UI界面变更-项目详情-认证参数列表
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user