摘要: uploader.vue: <template> <div id="page"> <div class="main"> <uploader ref="uploader" :options="options" :file-status-text="fileStatusText" :autoStart= 阅读全文
posted @ 2021-12-17 17:47 FancyAnnaYL 阅读(420) 评论(0) 推荐(0)
摘要: 业务说明:添加公共方法自定义指令,根据页面传入的按钮标识,判断页面是否含有该按钮权限,没有权限的按钮隐藏 1:在public.js文件封装公共方法: let TF = { btnList(name, index) {//name 按钮名称 index 页面存在多个重复按钮时添加index v-has 阅读全文
posted @ 2021-12-17 17:10 FancyAnnaYL 阅读(668) 评论(0) 推荐(0)