From 8514c6295bbcf42902029e40357e9547b631e4bc Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Mon, 30 May 2022 16:52:04 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=B8=85=E5=8D=95=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/tableCollection/index.vue | 4 +-- .../ParameterItemCollectionList.vue | 32 ++++++++++++------- .../components/TaskParameterCollection.vue | 2 +- .../dialog/ProjectCollectionParameters.vue | 28 ++++++---------- 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index d4056b84f..46fde66e8 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -64,7 +64,7 @@ - + - + diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 7b43c4294..010377b9f 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -85,6 +85,16 @@ {{$t('CompulsoryWithdrawal')}} + +
+ + {{$t('Assignedby')}} +
+ +
+ + {{$t('referenceparameter')}} +
@@ -100,11 +110,6 @@ {{$t('addTo')}}
- -
- - {{$t('Assignedby')}} -
@@ -115,11 +120,6 @@ {{$t('sendBack')}}
- -
- - {{$t('referenceparameter')}} -
@@ -136,7 +136,7 @@ - + - + @@ -1077,6 +1077,14 @@ export default { cursor: pointer; border-radius: 4px; } + .operator-text-title { + cursor: pointer; + margin-right: 22px; + font-size: 14px; + font-weight: 400; + color: #040B29; + margin-bottom: 22px; + }