fix : 调整台账显示信息
This commit is contained in:
@@ -50,7 +50,7 @@ const formDataArray = ref([
|
||||
},
|
||||
{
|
||||
label: '项目负责人',
|
||||
prop: 'projectChargePerson',
|
||||
prop: 'projectChargePersonName',
|
||||
colProps: {
|
||||
span: 8
|
||||
}
|
||||
@@ -101,11 +101,11 @@ const formDataArray = ref([
|
||||
])
|
||||
const tableData = ref({})
|
||||
const schema = computed(() => {
|
||||
if (JSON.stringify(tableData.value) !== '{}') {
|
||||
// if (JSON.stringify(tableData.value) !== '{}') {
|
||||
return formDataArray.value
|
||||
} else {
|
||||
return formArray.value
|
||||
}
|
||||
// } else {
|
||||
// return formArray.value
|
||||
// }
|
||||
})
|
||||
const baseForm = ref()
|
||||
const tableIns = ref()
|
||||
|
||||
Reference in New Issue
Block a user