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

This commit is contained in:
刘彦泽
2022-12-30 10:54:09 +08:00
parent 0e3e93bb43
commit cc4abf64da
2 changed files with 4 additions and 4 deletions
@@ -194,12 +194,12 @@
title: this.$t('zoneOfApplication'),
dataIndex: 'region_dictText',
key: 'showArea',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('parameterTemplate'),
align: 'center',
align: 'left',
dataIndex: 'paramsTemplateName',
ellipsis: true
}
@@ -39,12 +39,12 @@ export default {
{
title: this.$t('VersionNumber'),
dataIndex: 'version',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
dataIndex: 'paramsTemplateName',
ellipsis: true,
scopedSlots: { customRender: 'action' }