diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 80dd20d1e..4bcd32658 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -32,183 +32,185 @@ + :triggerChange="false" :dictCode="'duty_territory'" /> + :fieldList="fieldList" /> {{ $t('query') }} {{ $t('reset') }} {{ !toggleSearchStatus ? $t('open') : $t('away') }} - + - +
- + -
- +
+ {{ $t('customize') }}
- + {{ $t('initiateListConfirmation') }}
- + {{ $t('initiateTaskConfirmation') }}
- +
...{{ $t('more') }}
- - - - + + + +
- + {{ $t('bringInRelevantPersonnel') }}
- + {{ $t('Transfer') }}
- + {{ $t('add') }}
- + {{ $t('roleSwitching') }}
@@ -216,25 +218,25 @@
- + {{ $t('export') }}
- + {{ $t('submit') }}
- + {{ $t('overrule') }}
- + {{ $t('batchSettingInformation') }}
- + {{ $t('roleSwitching') }}
@@ -253,7 +255,7 @@ :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :columns="columns" > - + - {{$t('view')}} + {{ $t('view') }} - {{$t('resultReported')}} + {{ $t('resultReported') }} - - - - - - + + + {{ $t('view') }} + + - {{text}} + {{ text }} - {{text}} + {{ text }} {{ record.designDeliverableTypeName }}
- - - - - - - + + + + + + + --
{{ record.prehomoDeliverableTypeName }}
- - - - - - - + + + + + + + --
{{ record.verifyDeliverableTypeName }}
- - - - - - - + + + + + + + --
- {{$t('total')+' '+this.dataSource.length+' '+ $t('strip')}} + {{ $t('total') + ' ' + this.dataSource.length + ' ' + $t('strip') }}
- - - - - - - + + + + + + + + style="width: 100%" /> + style="width: 100%" /> @@ -400,7 +402,7 @@ > - {{$t('See')}} + {{ $t('See') }} {{ $t('download') }} @@ -439,14 +441,14 @@
* - {{$t('reasonsForRejection')}} + {{ $t('reasonsForRejection') }}
+ v-model="formInlineComment.commentContent" :rows="4" />
@@ -469,7 +471,7 @@
* - {{$t('roleSwitching')}} + {{ $t('roleSwitching') }}
{{$t('pleaseSelect')}}--> - {{item.roleName}} + {{ item.roleName }} @@ -487,1264 +489,1098 @@ - {{$t('dataLoading')}} - - - + {{ $t('dataLoading') }} + + + \ No newline at end of file