This commit is contained in:
xiaojunnuo
2025-04-12 01:48:08 +08:00
parent d0d9d68fe6
commit b506bd15a5
2 changed files with 11 additions and 4 deletions
@@ -119,12 +119,15 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
form: {
order: 0,
rules: [{ required: true }],
},
editForm: {
component: {
disabled: true,
},
},
addForm: {
component: {
disabled: false,
},
},
dict: dict({
data: [
{ label: "授权", value: "access" },