虚拟清单详情-调取-表格居左对齐
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user