修改已知bug1

This commit is contained in:
qq787203167
2022-06-02 16:56:03 +08:00
parent ecdb169318
commit 461247891c
2 changed files with 18 additions and 3 deletions
@@ -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'
},
{