This commit is contained in:
qsh
2024-06-27 17:14:30 +08:00
parent bae1f2608a
commit 906b63feee
5 changed files with 63 additions and 65 deletions

View File

@@ -125,7 +125,7 @@ const crudSchemas = reactive([
label: '备注',
field: 'remark',
isSearch: false,
isTable: true
isTable: false
}
])
export const { allSchemas } = useCrudSchemas(crudSchemas)