- 博客(3)
- 收藏
- 关注
原创 iview基础知识3——遇xx换行
引用import changeLine from ‘xx/xx/xx.vue’components: {changeLine}{title:‘名称’,key:‘name’,render:(h,params)=> {return h(‘changeLine’,{props: {handleData: params.row.name,mark: /,/g}}...
2019-01-28 10:39:02
1746
原创 iview基础知识2——表格中的i-switch
{title:‘状态’,key:‘status’,align: ‘center’,render:(h,params)=> {return h(‘i-switch’,{props: {value: params.row.status,size:‘default’,disabled: true},on:{‘on-change’: (value) => {this...
2019-01-28 10:11:42
3470
1
原创 iview基础知识1——表格中某个单元格内容过多使用省略号
1.有链接 { title:’名称’, key:’name’, ellipsis:true, render:(h,params)=> { return h(’a’,{ attrs:{title:params.row.name} , on:{click :()=> { this.$ router...
2018-08-16 13:50:02
5095
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人