UI界面变更-认证管理、

This commit is contained in:
刘彦泽
2022-12-28 17:49:54 +08:00
parent c1a32e7ef8
commit bdbe0ebb17
5 changed files with 22 additions and 22 deletions
@@ -156,14 +156,14 @@ export default {
columns: [
{
title: this.$t('zoneOfApplication'),
align: 'center',
align: 'left',
width: 160,
ellipsis: true,
dataIndex: 'region_dictText',
},
{
title: this.$t('parameterTemplate'),
align: 'center',
align: 'left',
width: 180,
ellipsis: true,
dataIndex: 'paramsTemplateName',
@@ -171,28 +171,28 @@ export default {
},
{
title: this.$t('contentDescription'),
align: 'center',
align: 'left',
ellipsis: true,
dataIndex: 'description',
// scopedSlots: { customRender: 'titleName' }
},
{
title: this.$t('created'),
align: 'center',
align: 'left',
dataIndex: 'createTime',
width: 160,
ellipsis: true,
},
{
title: this.$t('updated'),
align: 'center',
align: 'left',
width: 160,
ellipsis: true,
dataIndex: 'updateTime'
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 200,
scopedSlots: { customRender: 'operation' }