fix : 调整台账显示信息
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<el-form-item prop="projectChargePerson" label="项目负责人">
|
||||
{{tableForm.projectChargePersonName}}
|
||||
<el-button @click="showPersonnelPicker">
|
||||
{{ tableForm.projectChargePersonName ? '更改' : '请选择研发人员' }}
|
||||
{{ tableForm.projectChargePersonName ? '更改' : '请选择项目负责人' }}
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
Reference in New Issue
Block a user