1.菜单和按钮基本授权完成;
2. todo: a.按钮数据权限; b.字段权限
This commit is contained in:
@@ -84,7 +84,7 @@ export const createCrudOptions = function ({
|
||||
},
|
||||
click: (context: any): void => {
|
||||
const { row } = context;
|
||||
handleDrawerOpen();
|
||||
handleDrawerOpen(row);
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user