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