From ffe5c287c66830dc847faa3b06f60522174d28ad 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:11:54 +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=84=8F=E8=A7=81=E6=94=B6=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/evaluationResultsList.vue | 14 +++++++------- .../components/initiatingProcess.vue | 12 ++++++------ .../collectionOfRegulatoryOpinions/index.vue | 16 ++++++++-------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue index 095f0e8c0..253f6a7f0 100644 --- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue +++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue @@ -101,35 +101,35 @@ columns: [ { title: this.$t('relevantSections'), - align: 'center', + align: 'left', dataIndex: 'relatedSection', ellipsis: true, width: 180 }, { title: this.$t('questionsSuggestions'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'issueOrSuggest' }, { title: this.$t('reason'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'reason' }, { title: this.$t('clauseContent'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'clauseContent' }, { title: this.$t('enclosure'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'accessoryFile', @@ -137,14 +137,14 @@ }, { title: this.$t('Assessor'), - align: 'center', + align: 'left', width: 100, ellipsis: true, dataIndex: 'createBy' }, { title: this.$t('proposedTime'), - align: 'center', + align: 'left', width: 150, ellipsis: true, dataIndex: 'submitTime' diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue index 8981f9504..0578a5bb8 100644 --- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue +++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue @@ -177,7 +177,7 @@ columns: [ { title: this.$t('standard'), - align: 'center', + align: 'left', dataIndex: 'serial_number', width: 170, ellipsis: true, @@ -185,7 +185,7 @@ }, { title: this.$t('title'), - align: 'center', + align: 'left', dataIndex: 'title', ellipsis: true, width: 170, @@ -193,28 +193,28 @@ }, { title: this.$t('status'), - align: 'center', + align: 'left', width: 140, ellipsis: true, dataIndex: 'state' }, { title: this.$t('zoneOfApplication'), - align: 'center', + align: 'left', width: 170, ellipsis: true, dataIndex: 'region' }, { title: this.$t('technicalField'), - align: 'center', + align: 'left', ellipsis: true, width: 170, dataIndex: 'technology_territory' }, { title: this.$t('correspondingStandard'), - align: 'center', + align: 'left', ellipsis: true, width: 170, dataIndex: 'corresponding_standard' diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue index c9328aa3a..5468d6cfc 100644 --- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue +++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue @@ -166,7 +166,7 @@ columns: [ { title: this.$t('standard'), - align: 'center', + align: 'left', dataIndex: 'serialNumber', ellipsis: true, width: 170, @@ -174,49 +174,49 @@ }, { title: this.$t('title'), - align: 'center', + align: 'left', dataIndex: 'title', ellipsis: true, width: 280 }, { title: this.$t('technicalField'), - align: 'center', + align: 'left', width: 170, ellipsis: true, dataIndex: 'technologyTerritoryName' }, { title: this.$t('ProcessStatus'), - align: 'center', + align: 'left', width: 140, ellipsis: true, dataIndex: 'gatherResultShow' }, { title: this.$t('Sponsor'), - align: 'center', + align: 'left', width: 140, ellipsis: true, dataIndex: 'createBy' }, { title: this.$t('dateOfInitiation'), - align: 'center', + align: 'left', ellipsis: true, width: 140, dataIndex: 'startTime' }, { title: this.$t('closingDate'), - align: 'center', + align: 'left', ellipsis: true, width: 140, dataIndex: 'endTime' }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 210, scopedSlots: { customRender: 'operation' }