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' }