dbsd_kczx/src/views/kc/kcKechengtixingdingyue/KcKechengtixingdingyue_menu...

26 lines
4.2 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 注意该页面对应的前台目录为views/kcKechengtixingdingyue文件夹下
-- 如果你想更改到其他目录请修改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 ('2023040611246790530', NULL, '课程提醒订阅', '/kcKechengtixingdingyue/kcKechengtixingdingyueList', 'kcKechengtixingdingyue/KcKechengtixingdingyueList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2023-04-06 23:24:53', 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 ('2023040611246790531', '2023040611246790530', '添加课程提醒订阅', NULL, NULL, 0, NULL, NULL, 2, 'kcKechengtixingdingyue:kc_kechengtixingdingyue:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-04-06 23:24:53', 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 ('2023040611246790532', '2023040611246790530', '编辑课程提醒订阅', NULL, NULL, 0, NULL, NULL, 2, 'kcKechengtixingdingyue:kc_kechengtixingdingyue:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-04-06 23:24:53', 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 ('2023040611246790533', '2023040611246790530', '删除课程提醒订阅', NULL, NULL, 0, NULL, NULL, 2, 'kcKechengtixingdingyue:kc_kechengtixingdingyue:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-04-06 23:24:53', 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 ('2023040611246790534', '2023040611246790530', '批量删除课程提醒订阅', NULL, NULL, 0, NULL, NULL, 2, 'kcKechengtixingdingyue:kc_kechengtixingdingyue:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-04-06 23:24:53', 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 ('2023040611246800535', '2023040611246790530', '导出excel_课程提醒订阅', NULL, NULL, 0, NULL, NULL, 2, 'kcKechengtixingdingyue:kc_kechengtixingdingyue:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-04-06 23:24:53', 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 ('2023040611246800536', '2023040611246790530', '导入excel_课程提醒订阅', NULL, NULL, 0, NULL, NULL, 2, 'kcKechengtixingdingyue:kc_kechengtixingdingyue:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-04-06 23:24:53', NULL, NULL, 0, 0, '1', 0);