参数收集种,保存改为暂存
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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"'>
|
||||
|
||||
Reference in New Issue
Block a user