fixed #122
This commit is contained in:
parent
096f2bfe9c
commit
1b737fdc83
2 changed files with 19 additions and 5 deletions
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue