| | |
| | | dtlSlots, |
| | | useModalData, |
| | | useFormData, |
| | | crudColSlots: props.crudColSlots, |
| | | crudColSlots: isNullOrUnDef(objParams.value['crudColSlots']) |
| | | ? {} |
| | | : objParams.value['crudColSlots'][item['name']], |
| | | data, |
| | | name: item.name, //drawers列表里面的name,表示是哪一个实体,也就是高级表单中表格的名字 |
| | | keyName: item.keyName, |
| | |
| | | ifSave: objParams.value['ifSave'], |
| | | entityName: item['name'], //props.entityName, |
| | | // formJson: GetCrudForm(item, data), //获取增删改表单字段 |
| | | crudColSlots: props.crudColSlots, |
| | | crudColSlots: isNullOrUnDef(objParams.value['crudColSlots']) |
| | | ? {} |
| | | : objParams.value['crudColSlots'][item['name']], |
| | | keyFieldValues: keyFieldValues.value, |
| | | data, |
| | | name: item['name'], //drawers列表里面的name,表示是哪一个实体,也就是高级表单中表格的名字 |