fix : 表格更新负责人回显

This commit is contained in:
2024-07-11 23:59:39 +08:00
parent 45220348d3
commit 649445f784

View File

@@ -9,9 +9,9 @@
</el-col>
<el-col :span="24">
<el-form-item prop="projectChargePerson" label="项目负责人" label-width="150">
<el-button color="#DED0B2" @click="showPersonnelPicker" style="margin-right: 10px">
{{ tableForm.projectChargePersonName ? '更改' : '请选择项目负责人' }}
</el-button>
<!-- <el-button color="#DED0B2" @click="showPersonnelPicker" style="margin-right: 10px">-->
<!-- {{ tableForm.projectChargePersonName ? '更改' : '请选择项目负责人' }}-->
<!-- </el-button>-->
{{ tableForm.projectChargePersonName }}
</el-form-item>
</el-col>