From 94400820bd5cac461ad47a0cf2410ef71e8fa28f 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:28:38 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/classificationMaintenanceModel.vue | 8 ++++---- .../components/listAddModel.vue | 13 ++++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue index 3b19b75c0..6d893a8db 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue @@ -76,7 +76,7 @@ columns: [ { title: this.$t('number'), - align: 'center', + align: 'left', width: 70, customRender: function(t, r, index) { return parseInt(index) + 1 @@ -85,20 +85,20 @@ { title: this.$t('problemLabel'), dataIndex: 'problemLabel', - align: 'center', + align: 'left', width: 240, ellipsis: true }, { title: this.$t('personCharge'), dataIndex: 'chargePersonIdName', - align: 'center', + align: 'left', width: 240, ellipsis: true }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 180, scopedSlots: { customRender: 'operation' } diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue index e4562a7da..1837c9e10 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue @@ -105,31 +105,31 @@ { title: this.$t('standard'), dataIndex: 'serial_number', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('title'), dataIndex: 'title', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('zoneOfApplication'), dataIndex: 'region', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('ImplementationDate'), dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('vehicleInProductionDate'), dataIndex: 'implement_time', - align: 'center', + align: 'left', ellipsis: true } ], @@ -312,4 +312,7 @@ .box-button { height: 38px; } + /deep/.ant-table-column-title{ + font-weight: bold!important; + } \ No newline at end of file