1.新增字段权限接口

This commit is contained in:
猿小天
2023-09-09 10:42:55 +08:00
parent de5884d28d
commit 8175c620ed
3 changed files with 32 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ export const createCrudOptions = function ({
width: 260,
buttons: {
view: {
show: false,
show: true,
},
edit: {
show: hasPermissions('role:Update'),