From acd051edcd7a405115e9ce220e548a2bed44c1fb Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Tue, 29 Nov 2022 10:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9C=8B=E6=9D=BF=E5=8E=BB=E6=8E=89=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E5=B8=82=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/projectStatusAndProgress.vue | 16 ++++++++-------- .../projectStatusBoard/index.vue | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/components/projectStatusAndProgress.vue b/jero-web/src/views/projectManagement/projectStatusBoard/components/projectStatusAndProgress.vue index e24ca3362..5b7e51f9b 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/components/projectStatusAndProgress.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/components/projectStatusAndProgress.vue @@ -69,16 +69,16 @@ title: this.$t('entryName'), align: 'center', dataIndex: 'projectName', - width: 180, - ellipsis: true - }, - { - title: this.$t('targetMarket'), - align: 'center', - dataIndex: 'targetMarket', - width: 180, + width: 240, ellipsis: true }, + // { + // title: this.$t('targetMarket'), + // align: 'center', + // dataIndex: 'targetMarket', + // width: 180, + // ellipsis: true + // }, { align: 'center', dataIndex: 'projectStatus', diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue index 0492867a4..096d43f20 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue @@ -177,16 +177,16 @@ align: 'center', dataIndex: 'projectName', scopedSlots: { customRender: 'projectName' }, - width: 180, - ellipsis: true - }, - { - title: this.$t('targetMarket'), - align: 'center', - dataIndex: 'targetMarket', - width: 180, + width: 240, ellipsis: true }, + // { + // title: this.$t('targetMarket'), + // align: 'center', + // dataIndex: 'targetMarket', + // width: 180, + // ellipsis: true + // }, { align: 'center', dataIndex: 'projectStatus',