html
<el-upload action="#" accept=".txt" :on-change="handleChangeUpload" :auto-upload="false...
3年前 (2022-05-07)
喜欢
弹窗动画
vue transition 结合 animate.css 实现动画过渡
背景模糊
css模糊效果 毛玻璃效果
代码
/**
* @Author: 858834013@qq.com
* @Name: popWin
* @Date: 2022-05-06
* @Desc...
3年前 (2022-05-06)
喜欢
el-select
/**
* xixixunplayer Type
* @description 节目类型选择
* @tutorial https://www.wanjunshijie.com/note/vue/3000.html
*
* @property {String} ...
3年前 (2022-05-06)
喜欢
this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
...
3年前 (2022-05-06)
喜欢
vue element ui 账号列表模板,记录一下,方便后期复用。
/**
* @Author: 858834013@qq.com
* @Name: childAccountManagement
* @Date: 2022-05-04
* @Desc: 子账号列表
*/
&l...
3年前 (2022-05-04)
喜欢
修改角色
/**
* @Author: 858834013@qq.com
* @Name: changeRole
* @Date: 2022-05-04
* @Desc: 修改角色
*/
<template>
<div>
<div @c...
3年前 (2022-05-04)
喜欢
使用实例
<deleteUser @getdata="getList" :id="scope.row.id"></deleteUser>
组件代码
/**
* @Author: 858834013@qq.com
...
3年前 (2022-05-04)
喜欢
弹窗效果
vue element ui dialog对话框弹窗二次封装
功能
接口请求,表单验证
代码
/**
* @Author: 858834013@qq.com
* @Name: addAdmin
* @Date: 2022-05-04
* @Desc: 新增人员
*/
...
3年前 (2022-05-04)
喜欢
再封装
vue element ui dialog pc弹窗添加账户封装
代码
/**
* @Author: 858834013@qq.com
* @Name: popWin
* @Date: 2022-03-20
* @Desc: 弹窗
*/
<template>
...
3年前 (2022-05-04)
喜欢
第二版
uniapp 微信小程序 发送短信
增加uview防抖和接口请求
第一版
代码
<template>
<div class="getcode">
<span @click="getcodedjs&qu...
3年前 (2022-05-03)
喜欢