UI界面变更-项目详情-认证参数列表表格

This commit is contained in:
刘彦泽
2023-01-06 10:21:47 +08:00
parent 970c2b8fca
commit 05c9236b7c
2 changed files with 5 additions and 5 deletions
@@ -90,12 +90,12 @@ export default {
{ {
title: this.$t('zoneOfApplication'), title: this.$t('zoneOfApplication'),
dataIndex: 'region_dictText', dataIndex: 'region_dictText',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('parameterTemplate'), title: this.$t('parameterTemplate'),
align: 'center', align: 'left',
dataIndex: 'paramsTemplateName', dataIndex: 'paramsTemplateName',
ellipsis: true ellipsis: true
} }
@@ -161,18 +161,18 @@
title: this.$t('entryName'), title: this.$t('entryName'),
dataIndex: 'projectName', dataIndex: 'projectName',
key: 'showArea', key: 'showArea',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('ListTitle'), title: this.$t('ListTitle'),
align: 'center', align: 'left',
dataIndex: 'title', dataIndex: 'title',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('parameterTemplate'), title: this.$t('parameterTemplate'),
align: 'center', align: 'left',
dataIndex: 'paramsTemplateName', dataIndex: 'paramsTemplateName',
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'parameterTemplateSlot' } scopedSlots: { customRender: 'parameterTemplateSlot' }