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
@@ -100,19 +100,19 @@ export default {
// },
{
title: this.$t('Exporttype'),
align: 'center',
align: 'left',
dataIndex: 'exportType',
ellipsis: true
},
{
title: this.$t('Exporttime'),
align: 'center',
align: 'left',
dataIndex: 'exportTime',
ellipsis: true
},
{
title: this.$t('file'),
align: 'center',
align: 'left',
dataIndex: 'exportFileName',
scopedSlots: { customRender: 'file' },
ellipsis: true
@@ -487,7 +487,7 @@
if (res.type) {
this.columns.push({
dataIndex: res.db_field_name,
align: 'center',
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 500
@@ -503,7 +503,7 @@
this.columns.push({
title: res.db_field_txt,
dataIndex: res.db_field_name,
align: 'center',
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 160
@@ -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' }
@@ -153,24 +153,24 @@
columns: [
{
title: this.$t('entryName'),
align: 'center',
align: 'left',
width: '17%',
dataIndex: 'projectName',
scopedSlots: { customRender: 'projectName' }
},
{
title: this.$t('ListTitle'),
align: 'center',
align: 'left',
dataIndex: 'title'
},
{
title: this.$t('Version'),
align: 'center',
align: 'left',
dataIndex: 'version'
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 200,
scopedSlots: { customRender: 'operation' }
@@ -347,7 +347,7 @@
color: #000F16;
display: inline-block;
font-weight: 500;
font-size: 16px;
font-size: 14px;
margin-right: 16px;
margin-top: 3px;
text-align: right;
@@ -148,7 +148,7 @@ export default {
// },
{
title: this.$t('templateName'),
align: 'center',
align: 'left',
dataIndex: 'templateName',
ellipsis: true,
width: 300,
@@ -156,7 +156,7 @@ export default {
},
{
title: this.$t('contentDescription'),
align: 'center',
align: 'left',
dataIndex: 'description',
ellipsis: true,
width: 300,
@@ -164,28 +164,28 @@ export default {
},
{
title: this.$t('status'),
align: 'center',
align: 'left',
width: 120,
ellipsis: true,
dataIndex: 'state_dictText'
},
{
title: this.$t('creater'),
align: 'center',
align: 'left',
width: 120,
ellipsis: true,
dataIndex: 'createBy'
},
{
title: this.$t('Latestupdatetime'),
align: 'center',
align: 'left',
width: 180,
ellipsis: true,
dataIndex: 'updateTime'
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 200,
scopedSlots: { customRender: 'operation' }