From 9d27eabd99a98437891ef2079ae4ae2becbf3138 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 7 Jul 2022 09:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ParameterItemCollectionList.vue | 29 ++++++++++--------- .../components/TaskParameterCollection.vue | 4 +-- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 6006c8b5b..5b8e110c1 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -304,7 +304,7 @@ -
+
{{ currentPersonRole =='homo'? $t('certifiedEngineer'): (currentPersonRole =='sdt'? $t('engineeringInterfacePerson'): $t('completedBy')) }}{{$t('Datastatusis')}} - + '{{$t('CollectionInitiated')}}'、'{{$t('ReturnedPerson')}}'{{$t('or')}}'{{$t('alteration')}}' - + '{{$t('Submitted')}}'{{$t('or')}}'{{$t('alteration')}}' - + '{{$t('CollectionInitiated')}}' - + '{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}' - + '{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}' - + {{$t('Submitted')}} - + '{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}' - + '{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}' - + '{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}' - + {{$t('completed')}} - + {{$t('Submitted')}} {{$t('timeoperation')}} @@ -1674,4 +1674,7 @@ } } } + .text-wraning{ + word-break: break-word; + } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue index 3a0c09d0e..d2cc97db2 100644 --- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue +++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue @@ -155,14 +155,14 @@ title: this.$t('collectionCompletionTime'), align: 'center', dataIndex: 'finishTime', - width: 160, + width: 180, ellipsis: true, scopedSlots: { customRender: 'collectionCompletionTime' } }, { title: this.$t('Version'), align: 'center', - width: 50, + width: 80, ellipsis: true, dataIndex: 'version' },