会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云深深呀
博客园
首页
新随笔
联系
管理
订阅
2020年9月29日
el-table去除表格表头多选框或者更换为文字
摘要: 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)
2020年9月28日
定义全局变量
摘要: 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)
2020年9月17日
table表头换行
摘要: 方法一: <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)
2020年9月8日
自动生成标签点击变色多选
摘要: 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)
公告