Merge pull request 'fix : 表格更新负责人回显' (#532) from dd into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/532
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user