From c1a32e7ef8178e8a19a831e6ab53632367461b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Wed, 28 Dec 2022 17:34:35 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9=E8=B7=9F=E8=B8=AA-?= =?UTF-8?q?=E6=B3=95=E8=A7=84=E7=AC=A6=E5=90=88=E6=80=A7=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/parameter/parameterlist/index.vue | 12 +++++----- .../projectNonConformance/index.vue | 16 ++++++------- .../components/projectStatusAndProgress.vue | 22 ++++++++++------- .../projectStatusBoard/index.vue | 24 +++++++++++-------- .../regulationsKanban/components/addModel.vue | 10 ++++---- .../src/views/regulationsKanban/index.vue | 22 ++++++++++------- 6 files changed, 60 insertions(+), 46 deletions(-) diff --git a/jero-web/src/views/parameter/parameterlist/index.vue b/jero-web/src/views/parameter/parameterlist/index.vue index 68c210b30..ea04682ba 100644 --- a/jero-web/src/views/parameter/parameterlist/index.vue +++ b/jero-web/src/views/parameter/parameterlist/index.vue @@ -156,7 +156,7 @@ export default { columns: [ { title: this.$t('NiONumber'), - align: 'center', + align: 'left', width: 130, dataIndex: 'nioNumber', sorter: true, @@ -164,35 +164,35 @@ export default { }, { title: this.$t('ParameterName'), - align: 'center', + align: 'left', dataIndex: 'paramsName', width: 160, ellipsis: true, }, { title: this.$t('ParameterDescription'), - align: 'center', + align: 'left', dataIndex: 'description', ellipsis: true, // scopedSlots: { customRender: 'titleName' } }, { title: this.$t('areaOfResponsibility'), - align: 'center', + align: 'left', dataIndex: 'dutyTerritory_dictText', width: 150, ellipsis: true, }, { title: this.$t('created'), - align: 'center', + align: 'left', dataIndex: 'createTime', width: 180, ellipsis: true, }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 120, scopedSlots: { customRender: 'operation' } diff --git a/jero-web/src/views/projectManagement/projectNonConformance/index.vue b/jero-web/src/views/projectManagement/projectNonConformance/index.vue index 3c58f2543..cd13e94cd 100644 --- a/jero-web/src/views/projectManagement/projectNonConformance/index.vue +++ b/jero-web/src/views/projectManagement/projectNonConformance/index.vue @@ -202,55 +202,55 @@ columns: [ { title: this.$t('standard'), - align: 'center', + align: 'left', dataIndex: 'serialNumber', width: 170, scopedSlots: { customRender: 'standard' } }, { title: this.$t('title'), - align: 'center', + align: 'left', dataIndex: 'title', width: 170, scopedSlots: { customRender: 'standard' } }, { title: this.$t('ProcessType'), - align: 'center', + align: 'left', dataIndex: 'flowType', width: 180, ellipsis: true }, { title: this.$t('areaOfResponsibility'), - align: 'center', + align: 'left', dataIndex: 'dutyTerritory', width: 180, ellipsis: true }, { title: this.$t('RelatedItems'), - align: 'center', + align: 'left', dataIndex: 'projectName', width: 180, ellipsis: true }, { title: this.$t('problemType'), - align: 'center', + align: 'left', dataIndex: 'problemType', width: 140, ellipsis: true }, { title: this.$t('Sponsor'), - align: 'center', + align: 'left', dataIndex: 'initiator', width: 140 }, { title: this.$t('personLiable'), - align: 'center', + align: 'left', dataIndex: 'duty', width: 140 } diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/components/projectStatusAndProgress.vue b/jero-web/src/views/projectManagement/projectStatusBoard/components/projectStatusAndProgress.vue index e24ca3362..99122171e 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/components/projectStatusAndProgress.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/components/projectStatusAndProgress.vue @@ -67,61 +67,61 @@ columns: [ { title: this.$t('entryName'), - align: 'center', + align: 'left', dataIndex: 'projectName', width: 180, ellipsis: true }, { title: this.$t('targetMarket'), - align: 'center', + align: 'left', dataIndex: 'targetMarket', width: 180, ellipsis: true }, { - align: 'center', + align: 'left', dataIndex: 'projectStatus', scopedSlots: { title: 'projectStatusTitle' }, width: 240, ellipsis: true }, { - align: 'center', + align: 'left', dataIndex: 'certificationProgress', width: 380, ellipsis: true, scopedSlots: { title: 'CertificationProgressTitle' } }, { - align: 'center', + align: 'left', dataIndex: 'inventory', width: 340, ellipsis: true, scopedSlots: { title: 'listConfirmationStatusTitle' } }, { - align: 'center', + align: 'left', dataIndex: 'task', width: 340, ellipsis: true, scopedSlots: { title: 'taskAffirmStatusTitle' } }, { - align: 'center', + align: 'left', dataIndex: 'design', width: 440, scopedSlots: { title: 'designComplianceReviewTitle' } }, { dataIndex: 'pre', - align: 'center', + align: 'left', width: 440, scopedSlots: { title: 'preHomeConfirmationTitle' } }, { dataIndex: 'verify', - align: 'center', + align: 'left', width: 440, scopedSlots: { title: 'verificationComplianceReviewTitle' } } @@ -229,4 +229,8 @@ ::v-deep .ant-table-body { background: transparent!important; } + + /deep/.ant-table-column-title{ + font-weight: bold!important; + } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue index ffd69bdce..bf84b45c4 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue @@ -23,7 +23,7 @@ :triggerChange="false" :dictCode="'region'"/> - + {{$t('query')}} {{$t('reset')}} @@ -174,7 +174,7 @@ columns: [ { title: this.$t('entryName'), - align: 'center', + align: 'left', dataIndex: 'projectName', scopedSlots: { customRender: 'projectName' }, width: 180, @@ -182,54 +182,54 @@ }, { title: this.$t('targetMarket'), - align: 'center', + align: 'left', dataIndex: 'targetMarket', width: 180, ellipsis: true }, { - align: 'center', + align: 'left', dataIndex: 'projectStatus', scopedSlots: { title: 'projectStatusTitle' }, width: 240, ellipsis: true }, { - align: 'center', + align: 'left', dataIndex: 'certificationProgress', width: 380, ellipsis: true, scopedSlots: { title: 'CertificationProgressTitle' } }, { - align: 'center', + align: 'left', dataIndex: 'inventory', width: 340, ellipsis: true, scopedSlots: { title: 'listConfirmationStatusTitle' } }, { - align: 'center', + align: 'left', dataIndex: 'task', width: 340, ellipsis: true, scopedSlots: { title: 'taskAffirmStatusTitle' } }, { - align: 'center', + align: 'left', dataIndex: 'design', width: 440, scopedSlots: { title: 'designComplianceReviewTitle' } }, { dataIndex: 'pre', - align: 'center', + align: 'left', width: 440, scopedSlots: { title: 'preHomeConfirmationTitle' } }, { dataIndex: 'verify', - align: 'center', + align: 'left', width: 440, scopedSlots: { title: 'verificationComplianceReviewTitle' } } @@ -721,4 +721,8 @@ width: 100px; z-index: 101; } + + /deep/.ant-table-column-title{ + font-weight: bold!important; + } \ No newline at end of file diff --git a/jero-web/src/views/regulationsKanban/components/addModel.vue b/jero-web/src/views/regulationsKanban/components/addModel.vue index 3f7b32d2d..ed5a9a2ef 100644 --- a/jero-web/src/views/regulationsKanban/components/addModel.vue +++ b/jero-web/src/views/regulationsKanban/components/addModel.vue @@ -180,19 +180,19 @@ title: this.$t('areaOfResponsibility'), dataIndex: 'dutyTerritory_dicText', width: 120, - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('RelatedItems'), - align: 'center', + align: 'left', width: 120, dataIndex: 'projectName', ellipsis: true }, { title: this.$t('designComplianceReview'), - align: 'center', + align: 'left', width: 250, dataIndex: 'designFlowTaskStatus_dicText', scopedSlots: { customRender: 'status' }, @@ -200,7 +200,7 @@ }, { title: this.$t('preHomeConfirmation'), - align: 'center', + align: 'left', width: 270, dataIndex: 'prehomoFlowTaskStatus_dicText', scopedSlots: { customRender: 'statusprehomo' }, @@ -208,7 +208,7 @@ }, { title: this.$t('verificationComplianceReview'), - align: 'center', + align: 'left', width: 270, dataIndex: 'verifyFlowTaskStatus_dicText', scopedSlots: { customRender: 'filstatuse' }, diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue index 0ce17f0a4..d2347b0fb 100644 --- a/jero-web/src/views/regulationsKanban/index.vue +++ b/jero-web/src/views/regulationsKanban/index.vue @@ -32,6 +32,7 @@ :triggerChange="false" :dictCode="'state'"/> + + + :fieldList="fieldList" MarginRight='2px'/> {{ $t('query') }} - {{ $t('reset') }} + + {{ !toggleSearchStatus ? $t('open') : $t('away') }} + + @@ -168,7 +174,7 @@ export default { columns: [ { title: this.$t('standard'), - align: 'center', + align: 'left', dataIndex: 'serialNumber', width: 300, ellipsis: true, @@ -176,7 +182,7 @@ export default { }, { title: this.$t('title'), - align: 'center', + align: 'left', dataIndex: 'title', width: 300, ellipsis: true, @@ -184,7 +190,7 @@ export default { }, { title: this.$t('status'), - align: 'center', + align: 'left', ellipsis: true, dataIndex: 'state_dicText', width: 120 @@ -196,7 +202,7 @@ export default { // }, { title: this.$t('technicalField'), - align: 'center', + align: 'left', dataIndex: 'technologyTerritory_dicText', width: 250, ellipsis: true, @@ -204,7 +210,7 @@ export default { }, { title: this.$t('evaluationResults'), - align: 'center', + align: 'left', fixed: 'right', width: 180, scopedSlots: { customRender: 'operation' }