Merge pull request 'fix : 调整台账显示信息' (#439) from dd into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/439
This commit is contained in:
@@ -50,7 +50,7 @@ const formDataArray = ref([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '项目负责人',
|
label: '项目负责人',
|
||||||
prop: 'projectChargePerson',
|
prop: 'projectChargePersonName',
|
||||||
colProps: {
|
colProps: {
|
||||||
span: 8
|
span: 8
|
||||||
}
|
}
|
||||||
@@ -101,11 +101,11 @@ const formDataArray = ref([
|
|||||||
])
|
])
|
||||||
const tableData = ref({})
|
const tableData = ref({})
|
||||||
const schema = computed(() => {
|
const schema = computed(() => {
|
||||||
if (JSON.stringify(tableData.value) !== '{}') {
|
// if (JSON.stringify(tableData.value) !== '{}') {
|
||||||
return formDataArray.value
|
return formDataArray.value
|
||||||
} else {
|
// } else {
|
||||||
return formArray.value
|
// return formArray.value
|
||||||
}
|
// }
|
||||||
})
|
})
|
||||||
const baseForm = ref()
|
const baseForm = ref()
|
||||||
const tableIns = ref()
|
const tableIns = ref()
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<el-form-item prop="projectChargePerson" label="项目负责人">
|
<el-form-item prop="projectChargePerson" label="项目负责人">
|
||||||
{{tableForm.projectChargePersonName}}
|
{{tableForm.projectChargePersonName}}
|
||||||
<el-button @click="showPersonnelPicker">
|
<el-button @click="showPersonnelPicker">
|
||||||
{{ tableForm.projectChargePersonName ? '更改' : '请选择研发人员' }}
|
{{ tableForm.projectChargePersonName ? '更改' : '请选择项目负责人' }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user