fixed #1357
This commit is contained in:
parent
afea484fe3
commit
096f2bfe9c
3 changed files with 25 additions and 10 deletions
|
@ -21,7 +21,11 @@
|
|||
title: '姓名',
|
||||
key: 'name',
|
||||
width: 100,
|
||||
fixed: 'left'
|
||||
fixed: 'left',
|
||||
sortable: true,
|
||||
renderHeader: (h, params) => {
|
||||
return h('Tag', params.index)
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '年龄',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue