fix : 修复抄送人回显及取消箭头

This commit is contained in:
2024-07-25 22:10:08 +08:00
parent 0fe2bb42ae
commit c6ddba8702
6 changed files with 35 additions and 23 deletions

View File

@@ -58,7 +58,7 @@
</el-form-item>
</el-col>
<el-col :span="24" v-if="title==='apply'||title==='check'">
<el-form-item label="分管领导" :required="true" prop=""
<el-form-item label="分管领导"
label-width="125">
<el-button color="#DED0B2" style="margin-right: 10px" @click="handleShowOptionalChargeLeadershipPicker">
{{ optionalChargeLeadershipList.length !== 0 ? '更改' : getOptionalChargeLeadershipList(optionalChargeLeadershipList) ? '更改' : '请选择' }}