From 1205f85d34a788148d5d7b65cd2bff3486d86562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Thu, 29 Dec 2022 09:04:14 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=9C=88=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/RegulationMonthlyFill.vue | 16 ++++++++-------- .../components/RegulationMonthlyManagement.vue | 12 ++++++------ .../components/modules/addModel.vue | 10 +++++----- .../components/modules/fillTable.vue | 8 ++++---- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue index b5514a0ed..d6ad1628a 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue @@ -165,56 +165,56 @@ columns: [ { title: this.$t('firstLevelDirectory'), - align: 'center', + align: 'left', dataIndex: 'memoriesChapterOneName', ellipsis: true, width: 170 }, { title: this.$t('secondaryDirectory'), - align: 'center', + align: 'left', dataIndex: 'memoriesChapterName', ellipsis: true, width: 170 }, { title: this.$t('chineseTitle'), - align: 'center', + align: 'left', dataIndex: 'titleCn', ellipsis: true, width: 170 }, { title: this.$t('englishTitle'), - align: 'center', + align: 'left', width: 170, ellipsis: true, dataIndex: 'titleEn' }, { title: this.$t('regulatoryContact'), - align: 'center', + align: 'left', width: 170, ellipsis: true, dataIndex: 'lawsContactName' }, { title: this.$t('completedBy'), - align: 'center', + align: 'left', ellipsis: true, width: 170, dataIndex: 'createBy' }, { title: this.$t('exportStatus'), - align: 'center', + align: 'left', ellipsis: true, width: 170, dataIndex: 'exportStateName' }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 190, scopedSlots: { customRender: 'operation' } diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue index a89cbe2cd..62fb77d65 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue @@ -116,7 +116,7 @@ columns: [ { title: this.$t('RegulationMonthlyName'), - align: 'center', + align: 'left', dataIndex: 'name', width: 190, ellipsis: true, @@ -124,7 +124,7 @@ }, { title: this.$t('monthlyLanguage'), - align: 'center', + align: 'left', dataIndex: 'language', width: 170, ellipsis: true, @@ -132,28 +132,28 @@ }, { title: this.$t('releaseStatus'), - align: 'center', + align: 'left', width: 140, ellipsis: true, dataIndex: 'issueStatus_dictText' }, { title: this.$t('uploadTime'), - align: 'center', + align: 'left', width: 170, ellipsis: true, dataIndex: 'createTime' }, { title: this.$t('uploadedBy'), - align: 'center', + align: 'left', ellipsis: true, width: 170, dataIndex: 'createBy' }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 240, scopedSlots: { customRender: 'operation' } diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue index 46165dcc5..9d76d32f0 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue @@ -108,19 +108,19 @@ { title: this.$t('standard'), dataIndex: 'serial_number', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('title'), dataIndex: 'title', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('zoneOfApplication'), dataIndex: 'region', - align: 'center', + align: 'left', ellipsis: true }, // { @@ -138,13 +138,13 @@ { title: this.$t('ImplementationDate'), dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('vehicleInProductionDate'), dataIndex: 'implement_time', - align: 'center', + align: 'left', ellipsis: true } // { diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue index 57e4d207a..b2ce78ebc 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue @@ -74,7 +74,7 @@ columns: [ { title: this.$t('number'), - align: 'center', + align: 'left', width: 70, customRender: function(t, r, index) { return parseInt(index) + 1 @@ -82,21 +82,21 @@ }, { title: this.$t('chineseTitle'), - align: 'center', + align: 'left', dataIndex: 'titleCn', ellipsis: true, width: 320 }, { title: this.$t('englishTitle'), - align: 'center', + align: 'left', width: 320, ellipsis: true, dataIndex: 'titleEn' }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 280, scopedSlots: { customRender: 'operation' }