This commit is contained in:
梁灏 2017-07-18 15:03:27 +08:00
parent 096f2bfe9c
commit 1b737fdc83
2 changed files with 19 additions and 5 deletions

View file

@ -21,15 +21,16 @@
title: '姓名',
key: 'name',
width: 100,
fixed: 'left',
sortable: true,
renderHeader: (h, params) => {
return h('Tag', params.index)
}
// fixed: 'left',
// renderHeader: (h, params) => {
// return h('Tag', params.index)
// }
},
{
title: '年龄',
key: 'age',
sortable: true,
width: 100
},
{