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