fix: 更改样式显示

This commit is contained in:
yehuangf 2025-12-31 18:01:30 +08:00
parent e6ced62cda
commit 633389cc0e
2 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,7 @@
ref="approvalForm"
:model="approvalFormData"
:rules="approvalFormRules"
label-width="80px"
label-width="100px"
>
<el-form-item
:label="approvalActionType === 'reject' ? '退回意见:' : '提交意见:'"

View File

@ -333,6 +333,7 @@ export default {
this.responsiblePersonId = ''
this.filledBy = ''
this.engineType = '玉柴'
this.loadData() //
},
handleBackFromCheck() {
this.showEngineCheck = false