河南机电职业学院大数据双创应用竞赛管理系统(hnjd_comp)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
4.3 KiB

-- 注意:该页面对应的前台目录为views/anncomgrotopp文件夹下
-- 如果你想更改到其他目录,请修改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 ('2023102408569760310', NULL, '专家组年度比赛项目题目报名编号', '/anncomgrotopp/annComGroTopPList', 'anncomgrotopp/AnnComGroTopPList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2023-10-24 08:56:31', 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 ('2023102408569760311', '2023102408569760310', '添加专家组年度比赛项目题目报名编号', NULL, NULL, 0, NULL, NULL, 2, 'anncomgrotopp:ann_com_gro_top_p:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-10-24 08:56:31', 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 ('2023102408569760312', '2023102408569760310', '编辑专家组年度比赛项目题目报名编号', NULL, NULL, 0, NULL, NULL, 2, 'anncomgrotopp:ann_com_gro_top_p:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-10-24 08:56:31', 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 ('2023102408569760313', '2023102408569760310', '删除专家组年度比赛项目题目报名编号', NULL, NULL, 0, NULL, NULL, 2, 'anncomgrotopp:ann_com_gro_top_p:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-10-24 08:56:31', 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 ('2023102408569760314', '2023102408569760310', '批量删除专家组年度比赛项目题目报名编号', NULL, NULL, 0, NULL, NULL, 2, 'anncomgrotopp:ann_com_gro_top_p:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-10-24 08:56:31', 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 ('2023102408569760315', '2023102408569760310', '导出excel_专家组年度比赛项目题目报名编号', NULL, NULL, 0, NULL, NULL, 2, 'anncomgrotopp:ann_com_gro_top_p:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-10-24 08:56:31', 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 ('2023102408569760316', '2023102408569760310', '导入excel_专家组年度比赛项目题目报名编号', NULL, NULL, 0, NULL, NULL, 2, 'anncomgrotopp:ann_com_gro_top_p:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-10-24 08:56:31', NULL, NULL, 0, 0, '1', 0);