This commit is contained in:
梁灏 2017-07-18 14:15:57 +08:00
parent afea484fe3
commit 096f2bfe9c
3 changed files with 25 additions and 10 deletions

View file

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