From ebf3bc186e3aed713be84394ac1c4822020c4180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Fri, 13 Jan 2023 11:26:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=8A=80=E6=9C=AF=E8=AF=84?= =?UTF-8?q?=E4=BC=B0=E7=BB=93=E6=9E=9C=20=E5=88=97=E8=A1=A8=E5=B1=85?= =?UTF-8?q?=E5=B7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/evaluationResultsClause.vue | 22 +++---- .../components/evaluatorFeedbackList.vue | 60 +++++++++---------- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue index 7fe05490c..dd5ad92d0 100644 --- a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue +++ b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue @@ -161,70 +161,70 @@ { title: this.$t('clauseNo'), dataIndex: 'itemNum', - align: 'center', + align: 'left', ellipsis: true, width: 160 }, { title: this.$t('clauseName'), dataIndex: 'itemName', - align: 'center', + align: 'left', ellipsis: true, width: 160 }, { title: this.$t('clauseContent'), dataIndex: 'itemContent', - align: 'center', + align: 'left', width: 260, scopedSlots: { customRender: 'clauseContent' } }, { title: this.$t('Assessor'), dataIndex: 'evaluatorName', - align: 'center', + align: 'left', ellipsis: true, width: 160 }, { title: this.$t('evaluationMethod'), dataIndex: 'evaluationMethodsName', - align: 'center', + align: 'left', ellipsis: true, width: 160 }, { title: this.$t('complianceResults'), dataIndex: 'complianceResultName', - align: 'center', + align: 'left', ellipsis: true, width: 160 }, { title: this.$t('nameTechnicalDocument'), dataIndex: 'technicalFileName', - align: 'center', + align: 'left', ellipsis: true, width: 260 }, { title: this.$t('chapter'), dataIndex: 'section', - align: 'center', + align: 'left', ellipsis: true, width: 260 }, { title: this.$t('opinion'), dataIndex: 'opinion', - align: 'center', + align: 'left', ellipsis: true, width: 260 }, { title: this.$t('enclosure'), dataIndex: 'accessoryFile', - align: 'center', + align: 'left', ellipsis: true, width: 160, scopedSlots: { customRender: 'accessoryFile' } @@ -232,7 +232,7 @@ { title: this.$t('feedbackTime'), dataIndex: 'feedbackTime', - align: 'center', + align: 'left', ellipsis: true, width: 160 } diff --git a/jero-web/src/views/processCenter/components/evaluatorFeedbackList.vue b/jero-web/src/views/processCenter/components/evaluatorFeedbackList.vue index 07c74ec95..7bbafe4bb 100644 --- a/jero-web/src/views/processCenter/components/evaluatorFeedbackList.vue +++ b/jero-web/src/views/processCenter/components/evaluatorFeedbackList.vue @@ -141,70 +141,70 @@ { title: this.$t('clauseNo'), dataIndex: 'itemNum', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('clauseName'), dataIndex: 'itemName', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('clauseContent'), dataIndex: 'itemContent', - align: 'center', + align: 'left', width: 280, scopedSlots: { customRender: 'clauseContent' } }, { title: this.$t('evaluationMethod'), dataIndex: 'evaluationMethodsName', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('complianceResults'), dataIndex: 'complianceResult', - align: 'center', + align: 'left', width: 180, scopedSlots: { customRender: 'complianceResults' } }, { title: this.$t('nameTechnicalDocument'), dataIndex: 'technicalFileName', - align: 'center', + align: 'left', width: 280, scopedSlots: { customRender: 'nameTechnicalDocument' } }, { title: this.$t('chapter'), dataIndex: 'section', - align: 'center', + align: 'left', width: 180, scopedSlots: { customRender: 'chapter' } }, { title: this.$t('opinion'), dataIndex: 'opinion', - align: 'center', + align: 'left', width: 180, scopedSlots: { customRender: 'opinion' } }, { title: this.$t('enclosure'), dataIndex: 'accessoryFile', - align: 'center', + align: 'left', width: 180, scopedSlots: { customRender: 'enclosure' } }, { title: this.$t('sponsorFeedback'), dataIndex: 'sponsorFeedback', - align: 'center', + align: 'left', width: 180, ellipsis: true, scopedSlots: { customRender: 'sponsorFeedbackIndex' } @@ -214,35 +214,35 @@ { title: this.$t('clauseNo'), dataIndex: 'itemNum', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('clauseName'), dataIndex: 'itemName', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('clauseContent'), dataIndex: 'itemContent', - align: 'center', + align: 'left', width: 280, scopedSlots: { customRender: 'clauseContent' } }, { title: this.$t('evaluationMethod'), dataIndex: 'evaluationMethodsName', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('complianceResults'), dataIndex: 'complianceResult', - align: 'center', + align: 'left', width: 180, ellipsis: true, scopedSlots: { customRender: 'Results' } @@ -250,28 +250,28 @@ { title: this.$t('nameTechnicalDocument'), dataIndex: 'technicalFileName', - align: 'center', + align: 'left', width: 280, ellipsis: true }, { title: this.$t('chapter'), dataIndex: 'section', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('opinion'), dataIndex: 'opinion', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('enclosure'), dataIndex: 'accessoryFile', - align: 'center', + align: 'left', width: 180, ellipsis: true, scopedSlots: { customRender: 'accessoryFile' } @@ -279,7 +279,7 @@ { title: this.$t('sponsorFeedback'), dataIndex: 'sponsorFeedback', - align: 'center', + align: 'left', width: 180, ellipsis: true, scopedSlots: { customRender: 'sponsorFeedback' } @@ -289,35 +289,35 @@ { title: this.$t('clauseNo'), dataIndex: 'itemNum', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('clauseName'), dataIndex: 'itemName', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('clauseContent'), dataIndex: 'itemContent', - align: 'center', + align: 'left', width: 280, scopedSlots: { customRender: 'clauseContent' } }, { title: this.$t('evaluationMethod'), dataIndex: 'evaluationMethodsName', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('complianceResults'), dataIndex: 'complianceResult', - align: 'center', + align: 'left', width: 180, ellipsis: true, scopedSlots: { customRender: 'Results' } @@ -325,28 +325,28 @@ { title: this.$t('nameTechnicalDocument'), dataIndex: 'technicalFileName', - align: 'center', + align: 'left', width: 280, ellipsis: true }, { title: this.$t('chapter'), dataIndex: 'section', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('opinion'), dataIndex: 'opinion', - align: 'center', + align: 'left', width: 180, ellipsis: true }, { title: this.$t('enclosure'), dataIndex: 'accessoryFile', - align: 'center', + align: 'left', width: 180, ellipsis: true, scopedSlots: { customRender: 'accessoryFile' } @@ -354,7 +354,7 @@ { title: this.$t('sponsorFeedback'), dataIndex: 'sponsorFeedback', - align: 'center', + align: 'left', width: 180, ellipsis: true, scopedSlots: { customRender: 'sponsorFeedbackIndex' }