From 6d2a59834282bda65e668721d3af70b800d28f6a 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 10:10:52 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E5=AF=B9=E5=A4=96=E6=8A=A5=E5=91=8A=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=8A=80=E6=9C=AF=E8=AF=84=E4=BC=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TermInformation.vue | 12 ++--- .../components/evaluationResultsWhole.vue | 14 ++++-- .../components/initiatingProcess.vue | 14 +++--- .../components/standardDecompositionSheet.vue | 10 ++-- .../technologyAssessment/index.vue | 20 ++++---- jero-web/src/views/externalReports/index.vue | 48 ++++++++++++++----- 6 files changed, 73 insertions(+), 45 deletions(-) diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/TermInformation.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/TermInformation.vue index ba8af1d8a..ba0867e02 100644 --- a/jero-web/src/views/businessSupport/technologyAssessment/components/TermInformation.vue +++ b/jero-web/src/views/businessSupport/technologyAssessment/components/TermInformation.vue @@ -150,37 +150,37 @@ { title: this.$t('clauseNo'), dataIndex: 'itemNum', - align: 'center', + align: 'left', ellipsis: true, width: 120 }, { title: this.$t('clauseName'), dataIndex: 'itemName', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('clauseContent'), dataIndex: 'itemContent', - align: 'center', + align: 'left', scopedSlots: { customRender: 'clauseContent' } }, { title: this.$t('evaluationMethod'), dataIndex: 'evaluationMethods', - align: 'center', + align: 'left', scopedSlots: { customRender: 'evaluationMethod' } }, { title: this.$t('Assessor'), dataIndex: 'Assessor', - align: 'center', + align: 'left', scopedSlots: { customRender: 'Assessor' } }, { title: this.$t('operation'), - align: 'center', + align: 'left', width: 120, scopedSlots: { customRender: 'operation' } } diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsWhole.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsWhole.vue index a0007ad92..a2f18b9d5 100644 --- a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsWhole.vue +++ b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsWhole.vue @@ -109,7 +109,7 @@ { title: this.$t('engineer'), dataIndex: 'createBy', - align: 'center', + align: 'left', width: 160, ellipsis: true, customRender: (value, row, index) => { @@ -128,7 +128,7 @@ { title: this.$t('complianceResults'), dataIndex: 'complianceResultName', - align: 'center', + align: 'left', width: 160, ellipsis: true, customRender: (value, row, index) => { @@ -147,20 +147,20 @@ { title: this.$t('relevantSections'), dataIndex: 'relatedSection', - align: 'center', + align: 'left', width: 160, ellipsis: true }, { title: this.$t('problemDescription'), dataIndex: 'issueOrSuggest', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('enclosure'), dataIndex: 'accessoryFile', - align: 'center', + align: 'left', width: 160, ellipsis: true, scopedSlots: { customRender: 'accessoryFile' } @@ -425,6 +425,10 @@ .operator-text-feed { margin-top: 27px; } + + /deep/.ant-table-column-title{ + font-weight: bold!important; + }