|
@@ -1,26 +0,0 @@
|
|
|
--- 注意:该页面对应的前台目录为views/purchaseManage文件夹下
|
|
|
--- 如果你想更改到其他目录,请修改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 ('2025040802285560410', NULL, '设备相关文件--适用类别', '/purchaseManage/fileApplyCategoryList', 'purchaseManage/FileApplyCategoryList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2025-04-08 14:28:41', 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 ('2025040802285560411', '2025040802285560410', '添加设备相关文件--适用类别', NULL, NULL, 0, NULL, NULL, 2, 'purchaseManage:sbsmzq_file_apply_category:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-08 14:28:41', 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 ('2025040802285560412', '2025040802285560410', '编辑设备相关文件--适用类别', NULL, NULL, 0, NULL, NULL, 2, 'purchaseManage:sbsmzq_file_apply_category:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-08 14:28:41', 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 ('2025040802285560413', '2025040802285560410', '删除设备相关文件--适用类别', NULL, NULL, 0, NULL, NULL, 2, 'purchaseManage:sbsmzq_file_apply_category:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-08 14:28:41', 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 ('2025040802285560414', '2025040802285560410', '批量删除设备相关文件--适用类别', NULL, NULL, 0, NULL, NULL, 2, 'purchaseManage:sbsmzq_file_apply_category:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-08 14:28:41', 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 ('2025040802285560415', '2025040802285560410', '导出excel_设备相关文件--适用类别', NULL, NULL, 0, NULL, NULL, 2, 'purchaseManage:sbsmzq_file_apply_category:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-08 14:28:41', 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 ('2025040802285560416', '2025040802285560410', '导入excel_设备相关文件--适用类别', NULL, NULL, 0, NULL, NULL, 2, 'purchaseManage:sbsmzq_file_apply_category:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-04-08 14:28:41', NULL, NULL, 0, 0, '1', 0);
|