|
@ -157,6 +157,11 @@ const tableColumns = ref(InspectionRecordMain.allSchemas.tableColumns) |
|
|
// } |
|
|
// } |
|
|
// } |
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
// 字段设置 更新主列表字段 |
|
|
|
|
|
const updataTableColumns = (val) => { |
|
|
|
|
|
tableColumns.value = val |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// 子表新增的时候选择表格之后需要会显得字段 |
|
|
// 子表新增的时候选择表格之后需要会显得字段 |
|
|
const { tableObject, tableMethods } = useTable({ |
|
|
const { tableObject, tableMethods } = useTable({ |
|
|
getListApi: InspectionRecordMainApi.getInspectionRecordMainPage // 分页接口 |
|
|
getListApi: InspectionRecordMainApi.getInspectionRecordMainPage // 分页接口 |
|
|