HeatsActuals_menu_insert.sql 4.0 KB

1234567891011121314151617181920212223242526
  1. -- 注意:该页面对应的前台目录为views/heatsActuals文件夹下
  2. -- 如果你想更改到其他目录,请修改sql中component字段对应的值
  3. 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)
  4. VALUES ('2024102509404080590', NULL, '炉次实绩', '/heatsActuals/heatsActualsList', 'heatsActuals/HeatsActualsList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2024-10-25 09:40:59', NULL, NULL, 0);
  5. -- 权限控制sql
  6. -- 新增
  7. 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)
  8. VALUES ('2024102509404080591', '2024102509404080590', '添加炉次实绩', NULL, NULL, 0, NULL, NULL, 2, 'heatsActuals:heats_actuals:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2024-10-25 09:40:59', NULL, NULL, 0, 0, '1', 0);
  9. -- 编辑
  10. 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)
  11. VALUES ('2024102509404080592', '2024102509404080590', '编辑炉次实绩', NULL, NULL, 0, NULL, NULL, 2, 'heatsActuals:heats_actuals:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2024-10-25 09:40:59', NULL, NULL, 0, 0, '1', 0);
  12. -- 删除
  13. 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)
  14. VALUES ('2024102509404080593', '2024102509404080590', '删除炉次实绩', NULL, NULL, 0, NULL, NULL, 2, 'heatsActuals:heats_actuals:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2024-10-25 09:40:59', NULL, NULL, 0, 0, '1', 0);
  15. -- 批量删除
  16. 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)
  17. VALUES ('2024102509404080594', '2024102509404080590', '批量删除炉次实绩', NULL, NULL, 0, NULL, NULL, 2, 'heatsActuals:heats_actuals:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2024-10-25 09:40:59', NULL, NULL, 0, 0, '1', 0);
  18. -- 导出excel
  19. 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)
  20. VALUES ('2024102509404080595', '2024102509404080590', '导出excel_炉次实绩', NULL, NULL, 0, NULL, NULL, 2, 'heatsActuals:heats_actuals:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2024-10-25 09:40:59', NULL, NULL, 0, 0, '1', 0);
  21. -- 导入excel
  22. 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)
  23. VALUES ('2024102509404080596', '2024102509404080590', '导入excel_炉次实绩', NULL, NULL, 0, NULL, NULL, 2, 'heatsActuals:heats_actuals:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2024-10-25 09:40:59', NULL, NULL, 0, 0, '1', 0);