From c7aa2064167ff22bbbafa5f6660efec6a229d6fe Mon Sep 17 00:00:00 2001 From: zer0Black <694429613@qq.com> Date: Thu, 30 Jun 2022 21:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91bug=2055154?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TaskParameterCollection.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue index dd0ac3506..b6e124509 100644 --- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue +++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue @@ -134,27 +134,32 @@ { title: this.$t('status'), align: 'center', + width: 80, dataIndex: 'state' }, { title: this.$t('parameterTemplateName'), align: 'center', + width: 180, dataIndex: 'paramsTemplateName' }, { title: this.$t('collectionCompletionTime'), align: 'center', dataIndex: 'finishTime', + width: 130, scopedSlots: { customRender: 'collectionCompletionTime' } }, { title: this.$t('Version'), align: 'center', + width: 50, dataIndex: 'version' }, { title: this.$t('creator'), align: 'center', + width: 110, dataIndex: 'createBy' }, { @@ -167,7 +172,7 @@ title: this.$t('operation'), align: 'center', fixed: 'right', - width: 310, + width: 210, scopedSlots: { customRender: 'operation' } } ],