摘要: 1、多选框那一列加label-class-name <el-table-column type="selection" width="55" label-class-name="DisabledSelection" :reserve-selection="true"></el-table-colum 阅读全文
posted @ 2020-09-29 13:14 云深深呀 阅读(3198) 评论(0) 推荐(0)
摘要: 1、新建 global.vue文件 <template> </template> <script>//定义变量 const baseUrl3 = config.baseUrl; export default { name: "global", //导出 baseUrl3 } </script> <s 阅读全文
posted @ 2020-09-28 20:58 云深深呀 阅读(362) 评论(0) 推荐(0)
摘要: 方法一: <el-table height="570" size="mini" :data="projectData" style="width: 100%" > <el-table-column show-overflow-tooltip prop="project_dept_user_name" 阅读全文
posted @ 2020-09-17 14:27 云深深呀 阅读(1511) 评论(0) 推荐(0)
摘要: html代码 1 <div class="title-btn-div"> 2 <span class="btn-span">部门</span> 3 <el-button v-for="(item,index) of tags" 4 :key="index" size="mini" round 5 @ 阅读全文
posted @ 2020-09-08 14:46 云深深呀 阅读(249) 评论(0) 推荐(0)