1.新增字段权限接口

This commit is contained in:
猿小天
2023-09-09 10:42:55 +08:00
committed by 李强
parent be5db33a55
commit 4bcaf8d45f
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'),