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',