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; + }