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'),
dataIndex: 'region_dictText',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('parameterTemplate'),
align: 'center',
align: 'left',
dataIndex: 'paramsTemplateName',
ellipsis: true
}
@@ -161,18 +161,18 @@
title: this.$t('entryName'),
dataIndex: 'projectName',
key: 'showArea',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('ListTitle'),
align: 'center',
align: 'left',
dataIndex: 'title',
ellipsis: true
},
{
title: this.$t('parameterTemplate'),
align: 'center',
align: 'left',
dataIndex: 'paramsTemplateName',
ellipsis: true,
scopedSlots: { customRender: 'parameterTemplateSlot' }