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