forked from wangjiadong/comp
parent
c661796dcb
commit
f7b1467d3d
16 changed files with 64 additions and 139 deletions
@ -1,26 +0,0 @@ |
||||
-- 注意:该页面对应的前台目录为views/AnnualCompPoint文件夹下 |
||||
-- 如果你想更改到其他目录,请修改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 ('2023081806458670000', NULL, '年度比赛项目管理', '/AnnualCompPoint/annualCompPointList', 'AnnualCompPoint/AnnualCompPointList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670001', '2023081806458670000', '添加年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670002', '2023081806458670000', '编辑年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670003', '2023081806458670000', '删除年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670004', '2023081806458670000', '批量删除年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670005', '2023081806458670000', '导出excel_年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670006', '2023081806458670000', '导入excel_年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', NULL, NULL, 0, 0, '1', 0); |
@ -1,26 +0,0 @@ |
||||
-- 注意:该页面对应的前台目录为views/AnnualCompPoint文件夹下 |
||||
-- 如果你想更改到其他目录,请修改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 ('2023081806458670000', NULL, '年度比赛项目管理', '/AnnualCompPoint/annualCompPointList', 'AnnualCompPoint/AnnualCompPointList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670001', '2023081806458670000', '添加年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670002', '2023081806458670000', '编辑年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670003', '2023081806458670000', '删除年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670004', '2023081806458670000', '批量删除年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670005', '2023081806458670000', '导出excel_年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', 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 ('2023081806458670006', '2023081806458670000', '导入excel_年度比赛项目管理', NULL, NULL, 0, NULL, NULL, 2, 'AnnualCompPoint:annual_comp_point:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-18 18:45:00', NULL, NULL, 0, 0, '1', 0); |
@ -1,26 +0,0 @@ |
||||
-- 注意:该页面对应的前台目录为views/annualcompaward文件夹下 |
||||
-- 如果你想更改到其他目录,请修改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 ('2023081711299500540', NULL, '年度比赛奖项设置', '/annualcompaward/annualCompAwardList', 'annualcompaward/AnnualCompAwardList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2023-08-17 23:29:54', 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 ('2023081711299500541', '2023081711299500540', '添加年度比赛奖项设置', NULL, NULL, 0, NULL, NULL, 2, 'annualcompaward:annual_comp_award:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:29:54', 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 ('2023081711299500542', '2023081711299500540', '编辑年度比赛奖项设置', NULL, NULL, 0, NULL, NULL, 2, 'annualcompaward:annual_comp_award:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:29:54', 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 ('2023081711299500543', '2023081711299500540', '删除年度比赛奖项设置', NULL, NULL, 0, NULL, NULL, 2, 'annualcompaward:annual_comp_award:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:29:54', 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 ('2023081711299500544', '2023081711299500540', '批量删除年度比赛奖项设置', NULL, NULL, 0, NULL, NULL, 2, 'annualcompaward:annual_comp_award:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:29:54', 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 ('2023081711299500545', '2023081711299500540', '导出excel_年度比赛奖项设置', NULL, NULL, 0, NULL, NULL, 2, 'annualcompaward:annual_comp_award:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:29:54', 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 ('2023081711299500546', '2023081711299500540', '导入excel_年度比赛奖项设置', NULL, NULL, 0, NULL, NULL, 2, 'annualcompaward:annual_comp_award:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:29:54', NULL, NULL, 0, 0, '1', 0); |
@ -1,26 +0,0 @@ |
||||
-- 注意:该页面对应的前台目录为views/compskill文件夹下 |
||||
-- 如果你想更改到其他目录,请修改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 ('2023081711307080040', NULL, '项目能力设置', '/compskill/compskillList', 'compskill/CompskillList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2023-08-17 23:30:04', 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 ('2023081711307080041', '2023081711307080040', '添加项目能力设置', NULL, NULL, 0, NULL, NULL, 2, 'compskill:compskill:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:30:04', 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 ('2023081711307080042', '2023081711307080040', '编辑项目能力设置', NULL, NULL, 0, NULL, NULL, 2, 'compskill:compskill:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:30:04', 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 ('2023081711307080043', '2023081711307080040', '删除项目能力设置', NULL, NULL, 0, NULL, NULL, 2, 'compskill:compskill:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:30:04', 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 ('2023081711307080044', '2023081711307080040', '批量删除项目能力设置', NULL, NULL, 0, NULL, NULL, 2, 'compskill:compskill:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:30:04', 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 ('2023081711307080045', '2023081711307080040', '导出excel_项目能力设置', NULL, NULL, 0, NULL, NULL, 2, 'compskill:compskill:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:30:04', 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 ('2023081711307080046', '2023081711307080040', '导入excel_项目能力设置', NULL, NULL, 0, NULL, NULL, 2, 'compskill:compskill:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-08-17 23:30:04', NULL, NULL, 0, 0, '1', 0); |
Loading…
Reference in new issue