使用
<uploadFile
:transactTemplateName.sync="scope.row.transactTemplateName"
:transactTemplateP...
yekong
3年前 (2022-05-15)
喜欢
使用实例
<computerIcon :img.sync="ruleForm.imgPath"></computerIcon>
代码
/**
* @Author: 858834013@qq.com
* @Name: Computer...
yekong
3年前 (2022-05-15)
喜欢
vue 全屏和退出全屏功能,每次都要手写感觉好麻烦,干脆封装成一个组件,以后可以复用。vue实现网页进入全屏和退出全屏
如果传值id,则指定id全屏,如果没传,则是页面全屏。
<template>
<div class="full" @c...
yekong
3年前 (2022-05-11)
喜欢
代码
/**
* @Author: 858834013@qq.com
* @Name: businessScope
* @Date: 2022-05-9
* @Desc: select同步复选
*/
<template>
<div>
<...
yekong
3年前 (2022-05-09)
喜欢
弹窗动画
vue transition 结合 animate.css 实现动画过渡
背景模糊
css模糊效果 毛玻璃效果
代码
/**
* @Author: 858834013@qq.com
* @Name: popWin
* @Date: 2022-05-06
* @Desc...
yekong
3年前 (2022-05-06)
喜欢
el-select
/**
* xixixunplayer Type
* @description 节目类型选择
* @tutorial https://www.wanjunshijie.com/note/vue/3000.html
*
* @property {String} ...
yekong
3年前 (2022-05-06)
喜欢
this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
...
yekong
3年前 (2022-05-06)
喜欢
vue element ui 账号列表模板,记录一下,方便后期复用。
/**
* @Author: 858834013@qq.com
* @Name: childAccountManagement
* @Date: 2022-05-04
* @Desc: 子账号列表
*/
&l...
yekong
3年前 (2022-05-04)
喜欢
修改角色
/**
* @Author: 858834013@qq.com
* @Name: changeRole
* @Date: 2022-05-04
* @Desc: 修改角色
*/
<template>
<div>
<div @c...
yekong
3年前 (2022-05-04)
喜欢
使用实例
<deleteUser @getdata="getList" :id="scope.row.id"></deleteUser>
组件代码
/**
* @Author: 858834013@qq.com
...
yekong
3年前 (2022-05-04)
喜欢