refactor(system): 修复角色权限字典类型错误

This commit is contained in:
1638245306
2025-06-18 18:47:51 +08:00
parent ed915aa2cb
commit 5dcbae292a

View File

@@ -181,7 +181,7 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
},
},
dict: dict({
value: dictionary('button_status_bool'),
data: dictionary('button_status_bool'),
}),
},
},