修改已知bug1
This commit is contained in:
@@ -194,19 +194,22 @@
|
||||
title: this.$t('VirtualListName'),
|
||||
align: 'center',
|
||||
dataIndex: 'name',
|
||||
width: 640,
|
||||
width: '25%',
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'VirtualListName' }
|
||||
},
|
||||
{
|
||||
title: this.$t('listStatus'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
width: '25%',
|
||||
ellipsis: true,
|
||||
dataIndex: 'state_dictText'
|
||||
},
|
||||
{
|
||||
title: this.$t('creater'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
width: '25%',
|
||||
ellipsis: true,
|
||||
dataIndex: 'createBy'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user