参数收集种,保存改为暂存

This commit is contained in:
zer0Black
2022-07-03 15:36:02 +08:00
parent 21494a5af3
commit e1dd823e19
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -757,6 +757,7 @@ module.exports = {
operatethisbutton: 'You do not have permission to operate this button',
ParameterLibrary: 'Parameter Library',
referenceparameter: 'Reference Parameter',
tempSave: 'Temp Save',
Assignedby: 'Assignedby',
CompulsoryWithdrawal: 'CompulsoryWithdrawal',
SynchronousReportLibrary: 'Synchronous Report Library',
+1
View File
@@ -772,6 +772,7 @@ module.exports = {
operatethisbutton: '没有权限操作此按钮',
ParameterLibrary: '参数库',
referenceparameter: '引用参数',
tempSave: '暂存',
Assignedby: '分配填写人',
CompulsoryWithdrawal: '强制撤回',
SynchronousReportLibrary: '同步上报库',
@@ -133,7 +133,7 @@
<!-- 保存-->
<div @click="handlePreservation(1)" class="operator-text" v-if='currentPersonRole == "dre"'>
<a-icon type="check-circle"/>
{{$t('preservation')}}
{{$t('tempSave')}}
</div>
<!-- 提交-->
<div @click="handleSubmit" class="operator-text" v-if='currentPersonRole == "dre"'>