Commit 5effd5c8 by mic

feat: add member card auditor management menu and permissions

parent 26011c9f
# 新增 会员卡审核人管理菜单
# 新增 会员卡审核人管理菜单
INSERT INTO menus (uuid, company_uuid, name, parent_uuid, sort, create_time, update_time, url, type, classes)
VALUES ('1211e86393644d32a780c46968a0b9bd', 846782090753224704, '会员卡审核人管理', '9ca04e9509fe11ecbf1c00163e0434b9',
13, DEFAULT, DEFAULT, '/chain-manage/member-audit-manage', 1, DEFAULT);
# 管理员角色新增 会员卡审核人管理 菜单权限
INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('1211e86393644d32a780c46968a0b9bd', '3', DEFAULT, DEFAULT);
## 会员卡审核人管理 子菜单 新增、编辑、删除
INSERT INTO menus (uuid, company_uuid, name, parent_uuid, sort, create_time, update_time, url, type, classes)
VALUES ('da98c1da2ac3448ba33dd3b93e7d2bc5', 846782090753224704, '新增', '1211e86393644d32a780c46968a0b9bd', 1, DEFAULT,
DEFAULT, '/chain-manage/member-audit-manage/form?type=add', 1, DEFAULT);
INSERT INTO menus (uuid, company_uuid, name, parent_uuid, sort, create_time, update_time, url, type, classes)
VALUES ('ccaf3277fa6d45aab9b2c1af9dec6cd6', 846782090753224704, '编辑', '1211e86393644d32a780c46968a0b9bd', 2, DEFAULT,
DEFAULT, '/chain-manage/member-audit-manage/form?type=edit', 1, DEFAULT);
INSERT INTO menus (uuid, company_uuid, name, parent_uuid, sort, create_time, update_time, url, type, classes)
VALUES ('8b66d7eb86d74adcb92c53ea6b867216', 846782090753224704, '删除', '1211e86393644d32a780c46968a0b9bd', 3, DEFAULT,
DEFAULT, DEFAULT, 1, DEFAULT);
## 管理员角色新增 会员卡审核人管理 子菜单 新增、编辑、删除 菜单权限
INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('da98c1da2ac3448ba33dd3b93e7d2bc5', '3', DEFAULT, DEFAULT);
INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('ccaf3277fa6d45aab9b2c1af9dec6cd6', '3', DEFAULT, DEFAULT);
INSERT INTO group_menus (menu_uuid, group_uuid, create_time, update_time)
VALUES ('8b66d7eb86d74adcb92c53ea6b867216', '3', DEFAULT, DEFAULT);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment