新增功能
This commit is contained in:
@@ -31,6 +31,10 @@ VALUES (@menu_id, 'A', '编辑', '', 3, 'tcm.diagnosis/edit', '', '', '', '', 0,
|
||||
INSERT INTO `zyt_system_menu` (`pid`, `type`, `name`, `icon`, `sort`, `perms`, `paths`, `component`, `selected`, `params`, `is_cache`, `is_show`, `is_disable`, `create_time`, `update_time`)
|
||||
VALUES (@menu_id, 'A', '删除', '', 4, 'tcm.diagnosis/delete', '', '', '', '', 0, 1, 0, UNIX_TIMESTAMP(), UNIX_TIMESTAMP());
|
||||
|
||||
-- 7. 添加按钮权限:医助旁观视频通话(Web TRTC 只拉流)
|
||||
INSERT INTO `zyt_system_menu` (`pid`, `type`, `name`, `icon`, `sort`, `perms`, `paths`, `component`, `selected`, `params`, `is_cache`, `is_show`, `is_disable`, `create_time`, `update_time`)
|
||||
VALUES (@menu_id, 'A', '医助旁观通话', '', 5, 'tcm.diagnosis/watchCall', '', '', '', '', 0, 1, 0, UNIX_TIMESTAMP(), UNIX_TIMESTAMP());
|
||||
|
||||
-- 说明:
|
||||
-- type: M-目录 C-菜单 A-按钮
|
||||
-- perms: 权限标识,对应后端控制器方法
|
||||
|
||||
Reference in New Issue
Block a user