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