|
|
@@ -0,0 +1,26 @@
|
|
|
+-- 注意:该页面对应的前台目录为views/medical文件夹下
|
|
|
+-- 如果你想更改到其他目录,请修改sql中component字段对应的值
|
|
|
+
|
|
|
+
|
|
|
+INSERT INTO sys_permission(id, parent_id, name, url, component, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_route, is_leaf, keep_alive, hidden, hide_tab, description, status, del_flag, rule_flag, create_by, create_time, update_by, update_time, internal_or_external)
|
|
|
+VALUES ('2023050906493700160', NULL, 'special_disease', '/medical/specialDiseaseList', 'medical/SpecialDiseaseList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2023-05-09 18:49:16', NULL, NULL, 0);
|
|
|
+
|
|
|
+-- 权限控制sql
|
|
|
+-- 新增
|
|
|
+INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external)
|
|
|
+VALUES ('2023050906493700161', '2023050906493700160', '添加special_disease', NULL, NULL, 0, NULL, NULL, 2, 'medical:special_disease:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-05-09 18:49:16', NULL, NULL, 0, 0, '1', 0);
|
|
|
+-- 编辑
|
|
|
+INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external)
|
|
|
+VALUES ('2023050906493700162', '2023050906493700160', '编辑special_disease', NULL, NULL, 0, NULL, NULL, 2, 'medical:special_disease:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-05-09 18:49:16', NULL, NULL, 0, 0, '1', 0);
|
|
|
+-- 删除
|
|
|
+INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external)
|
|
|
+VALUES ('2023050906493700163', '2023050906493700160', '删除special_disease', NULL, NULL, 0, NULL, NULL, 2, 'medical:special_disease:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-05-09 18:49:16', NULL, NULL, 0, 0, '1', 0);
|
|
|
+-- 批量删除
|
|
|
+INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external)
|
|
|
+VALUES ('2023050906493710164', '2023050906493700160', '批量删除special_disease', NULL, NULL, 0, NULL, NULL, 2, 'medical:special_disease:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-05-09 18:49:16', NULL, NULL, 0, 0, '1', 0);
|
|
|
+-- 导出excel
|
|
|
+INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external)
|
|
|
+VALUES ('2023050906493710165', '2023050906493700160', '导出excel_special_disease', NULL, NULL, 0, NULL, NULL, 2, 'medical:special_disease:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-05-09 18:49:16', NULL, NULL, 0, 0, '1', 0);
|
|
|
+-- 导入excel
|
|
|
+INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external)
|
|
|
+VALUES ('2023050906493710166', '2023050906493700160', '导入excel_special_disease', NULL, NULL, 0, NULL, NULL, 2, 'medical:special_disease:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-05-09 18:49:16', NULL, NULL, 0, 0, '1', 0);
|