虚拟清单详情-调取-表格居左对齐

This commit is contained in:
刘彦泽
2023-01-11 11:36:49 +08:00
parent 6442b4d255
commit 7df3c1b2ed
@@ -78,25 +78,25 @@
{ {
title: this.$t('VirtualListName'), title: this.$t('VirtualListName'),
dataIndex: 'name', dataIndex: 'name',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('instructionForUse'), title: this.$t('instructionForUse'),
dataIndex: 'useExplain', dataIndex: 'useExplain',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('updateTime'), title: this.$t('updateTime'),
dataIndex: 'updateTime', dataIndex: 'updateTime',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('creater'), title: this.$t('creater'),
dataIndex: 'createBy', dataIndex: 'createBy',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
} }
], ],