diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index b1b29c080..6e9b8951b 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -786,7 +786,7 @@ module.exports = {
modifyprojectInterfacePerson: 'Modify Project Interface Person',
operatethisbutton: 'You do not have permission to operate this button',
ParameterLibrary: 'Parameter Library',
- referenceparameter: 'Reference Parameter',
+ referenceparameter: 'Copy Parameter',
tempSave: 'Save',
Assignedby: 'Assign',
CompulsoryWithdrawal: 'Revoke',
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index 8d1f65103..9e565898f 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -804,7 +804,7 @@ module.exports = {
modifyprojectInterfacePerson: '修改工程接口人',
operatethisbutton: '没有权限操作此按钮',
ParameterLibrary: '参数库',
- referenceparameter: '引用参数',
+ referenceparameter: '复制参数',
tempSave: '暂存',
Assignedby: '分配填写人',
CompulsoryWithdrawal: '强制撤回',
@@ -2711,7 +2711,7 @@ module.exports = {
modifyprojectInterfacePerson: '修改工程接口人',
operatethisbutton: '没有权限操作此按钮',
ParameterLibrary: '参数库',
- referenceparameter: '引用参数',
+ referenceparameter: '复制参数',
tempSave: '暂存',
Assignedby: '分配填写人',
CompulsoryWithdrawal: '强制撤回',
diff --git a/jero-web/src/views/phoneView/preHomoMangement.vue b/jero-web/src/views/phoneView/preHomoMangement.vue
index 2115afd43..4c948424e 100644
--- a/jero-web/src/views/phoneView/preHomoMangement.vue
+++ b/jero-web/src/views/phoneView/preHomoMangement.vue
@@ -3,47 +3,47 @@
- {{$t('category')}}
- {{queryForm.category || '--'}}
+ {{ $t('category') }}
+ {{ queryForm.category || '--' }}
- {{$t('inspectionItems')}}
- {{queryForm.inspectionItem || '--'}}
+ {{ $t('inspectionItems') }}
+ {{ queryForm.inspectionItem || '--' }}
- {{$t('configurationItem')}}
- {{queryForm.configItem || '--'}}
+ {{ $t('configurationItem') }}
+ {{ queryForm.configItem || '--' }}
WVTA ID
- {{queryForm.wvtaId || '--'}}
+ {{ queryForm.wvtaId || '--' }}
- {{$t('standardNo')}}
+ {{ $t('standardNo') }}
{{queryForm.serialNumber || '--'}}
+ @click="standardClick(queryForm)">{{ queryForm.serialNumber || '--' }}
- {{$t('areaOfResponsibility')}}
- {{queryForm.dutyTerritoryName || '--'}}
+ {{ $t('areaOfResponsibility') }}
+ {{ queryForm.dutyTerritoryName || '--' }}
- {{$t('engineeringInterfacePerson')}}
- {{queryForm.sdtName || '--'}}
+ {{ $t('engineeringInterfacePerson') }}
+ {{ queryForm.sdtName || '--' }}
-
{{$t('certifiedEngineer')}}
+
{{ $t('certifiedEngineer') }}
- {{item}}
+ {{ item }}
--
@@ -52,27 +52,29 @@
- {{$t('personLiable')}}
- {{queryForm.dutyPersonName || '--'}}
+ {{ $t('personLiable') }}
+ {{ queryForm.dutyPersonName || '--' }}
- {{$t('cutoffTime')}}
- {{queryForm.endTime || '--'}}
+ {{ $t('cutoffTime') }}
+ {{ queryForm.endTime || '--' }}
- {{$t('statisticalNodes')}}
- {{queryForm['dutyDepart'] || '--'}}
+ {{ $t('statisticalNodes') }}
+ {{ queryForm['dutyDepart'] || '--' }}
- {{$t('areaOfResponsibility')}}
- {{queryForm['dutyTerritoryName'] || queryForm['dutyTerritory_dictText'] || '--'}}
+ {{ $t('areaOfResponsibility') }}
+ {{ queryForm['dutyTerritoryName'] || queryForm['dutyTerritory_dictText'] || '--'
+ }}
- {{$t('typeOfDeliverables')}}
- {{queryForm.deliverableTypeName || '--'}}
+ {{ $t('typeOfDeliverables') }}
+ {{ queryForm.deliverableTypeName || '--' }}
- {{$t('deliverableTemplate')}}
+ {{ $t('deliverableTemplate') }}
- {{item.fileName}}
+ {{ item.fileName }}
@@ -100,30 +102,30 @@
- {{item.name}}
+ {{ item.name }}
- {{statusName[item.operatorResult]}}
+ {{ statusName[item.operatorResult] }}
- {{item.assignee}}
+ {{ item.assignee }}
|
- {{item.createTime}}
+ {{ item.createTime }}
- {{item.approvalOpinion}}
+ {{ item.approvalOpinion }}
- {{val}}
+ {{ val }}
@@ -137,15 +139,15 @@
v-if="queryForm.valueType == 'file'"
v-for="item in deliveryResultList"
@click="deliverablesResultFileClick(item)">
- {{item.fileName}}
+ {{ item.fileName }}
- {{queryForm.deliveryResult == '1' ? $t('yes') :$t('not')}}
+ {{ queryForm.deliveryResult == '1' ? $t('yes') : $t('not') }}
- {{queryForm.deliveryResult}}
+ {{ queryForm.deliveryResult }}
@@ -154,7 +156,7 @@
v-if="$route.query.taskDefinitionKey == 'Task Review' ||
$route.query.taskDefinitionKey == 'Task responsibility confirmation'"
style="margin-bottom: 0.1rem">
- {{$t('resultofhandling')}}
+ {{ $t('resultofhandling') }}
@@ -168,16 +170,16 @@
- {{$t('reviewAndPass')}}
+ {{ $t('reviewAndPass') }}
- {{$t('reviewAndReturn')}}
+ {{ $t('reviewAndReturn') }}
- {{$t('missionAccepted')}}
+ {{ $t('accept') }}
- {{$t('missionRejection')}}
+ {{ $t('refuse') }}
@@ -221,7 +223,7 @@
- {{$t('feedback')}}
+ {{ $t('feedback') }}
*
@@ -242,7 +244,7 @@
- {{$t('DeliverablesResult')}}
+ {{ $t('DeliverablesResult') }}
*
@@ -256,7 +258,7 @@
v-model="form.deliveryResult"
:after-read="upload"
class="uploader-button">
-
{{$t('upload1')}}
+
{{ $t('upload1') }}
@@ -278,10 +280,10 @@
- {{$t('yes')}}
+ {{ $t('yes') }}
- {{$t('not')}}
+ {{ $t('not') }}
@@ -289,839 +291,845 @@
-
{{item.fileName}}
-
+ {{ item.fileName }}
+
-
+
{{$t('submit')}}
+ native-type="submit">{{ $t('submit') }}
- {{textLoading}}
+ {{ textLoading }}
\ No newline at end of file