UI界面变更-文档翻译

This commit is contained in:
刘彦泽
2022-12-28 13:44:20 +08:00
parent 8bbfb2eca2
commit cb0041944a
2 changed files with 15 additions and 15 deletions
@@ -130,7 +130,7 @@
columns: [ columns: [
{ {
title: this.$t('number'), title: this.$t('number'),
align: 'center', align: 'left',
width: 70, width: 70,
customRender: function(t, r, index) { customRender: function(t, r, index) {
return parseInt(index) + 1 return parseInt(index) + 1
@@ -139,31 +139,31 @@
{ {
title: this.$t('standard'), title: this.$t('standard'),
dataIndex: 'serial_number', dataIndex: 'serial_number',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('title'), title: this.$t('title'),
dataIndex: 'title', dataIndex: 'title',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('TextStatus'), title: this.$t('TextStatus'),
dataIndex: 'state', dataIndex: 'state',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('fileName'), title: this.$t('fileName'),
dataIndex: 'file_name', dataIndex: 'file_name',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('textInformation'), title: this.$t('textInformation'),
dataIndex: 'text_info', dataIndex: 'text_info',
align: 'center', align: 'left',
ellipsis: true ellipsis: true
} }
], ],
@@ -166,7 +166,7 @@
columns: [ columns: [
{ {
title: this.$t('standard'), title: this.$t('standard'),
align: 'center', align: 'left',
dataIndex: 'serialNumber', dataIndex: 'serialNumber',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
@@ -174,7 +174,7 @@
}, },
{ {
title: this.$t('title'), title: this.$t('title'),
align: 'center', align: 'left',
dataIndex: 'title', dataIndex: 'title',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
@@ -182,48 +182,48 @@
}, },
{ {
title: this.$t('TextStatus'), title: this.$t('TextStatus'),
align: 'center', align: 'left',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
dataIndex: 'textStatus_dictText' dataIndex: 'textStatus_dictText'
}, },
{ {
title: this.$t('fileName'), title: this.$t('fileName'),
align: 'center', align: 'left',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
dataIndex: 'fileName' dataIndex: 'fileName'
}, },
{ {
title: this.$t('translationLanguage'), title: this.$t('translationLanguage'),
align: 'center', align: 'left',
dataIndex: 'targetLanguage_dictText', dataIndex: 'targetLanguage_dictText',
width: 240, width: 240,
scopedSlots: { customRender: 'translationLanguage' } scopedSlots: { customRender: 'translationLanguage' }
}, },
{ {
title: this.$t('translationResults'), title: this.$t('translationResults'),
align: 'center', align: 'left',
dataIndex: 'translationResult_dictText', dataIndex: 'translationResult_dictText',
width: 170 width: 170
}, },
{ {
title: this.$t('conversionTime'), title: this.$t('conversionTime'),
align: 'center', align: 'left',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
dataIndex: 'translationTime' dataIndex: 'translationTime'
}, },
{ {
title: this.$t('releaseSituation'), title: this.$t('releaseSituation'),
align: 'center', align: 'left',
width: 170, width: 170,
ellipsis: true, ellipsis: true,
dataIndex: 'releaseCondition_dictText' dataIndex: 'releaseCondition_dictText'
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
align: 'center', align: 'left',
fixed: 'right', fixed: 'right',
width: 260, width: 260,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }