|
@@ -0,0 +1,26 @@
|
|
|
+-- 注意:该页面对应的前台目录为views/carUnit文件夹下
|
|
|
+-- 如果你想更改到其他目录,请修改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 ('2025041901107740150', NULL, '车辆单位管理', '/carUnit/carUnitList', 'carUnit/CarUnitList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2025-04-19 13:10:15', 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 ('2025041901107740151', '2025041901107740150', '添加车辆单位管理', NULL, NULL, 0, NULL, NULL, 2, 'carUnit:car_unit:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-19 13:10:15', 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 ('2025041901107740152', '2025041901107740150', '编辑车辆单位管理', NULL, NULL, 0, NULL, NULL, 2, 'carUnit:car_unit:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-19 13:10:15', 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 ('2025041901107740153', '2025041901107740150', '删除车辆单位管理', NULL, NULL, 0, NULL, NULL, 2, 'carUnit:car_unit:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-19 13:10:15', 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 ('2025041901107740154', '2025041901107740150', '批量删除车辆单位管理', NULL, NULL, 0, NULL, NULL, 2, 'carUnit:car_unit:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-19 13:10:15', 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 ('2025041901107740155', '2025041901107740150', '导出excel_车辆单位管理', NULL, NULL, 0, NULL, NULL, 2, 'carUnit:car_unit:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-19 13:10:15', 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 ('2025041901107740156', '2025041901107740150', '导入excel_车辆单位管理', NULL, NULL, 0, NULL, NULL, 2, 'carUnit:car_unit:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-19 13:10:15', NULL, NULL, 0, 0, '1', 0);
|