大融合-菜单
This commit is contained in:
parent
7f9ba6f371
commit
253731d56f
|
|
@ -7,7 +7,7 @@ INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`
|
|||
INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `system_type`) VALUES (2026, '资产属性管理', 2020, 6, 'assetAttributeManagement', 'base/assetAttributeManagement/index', NULL, 1, 0, 'C', '0', '0', 'assetAttributeManagement:list', 'logininfor', 'admin', '2024-10-15 14:11:18', '', NULL, '', '');
|
||||
|
||||
-- 物资管理
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `system_type`) VALUES (2027, '物资管理', 0, 2, 'materialsManage', NULL, NULL, 1, 0, 'M', '0', '0', '', '#', 'admin', '2024-10-14 16:13:09', 'admin', '2024-10-14 16:13:32', '', '');
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `system_type`) VALUES (2027, '物资管理', 0, 2, 'materialsManage', null, null, 1, 0, 'M', '0', '0', '', 'date-range', 'admin', '2024-10-14 16:13:09', 'admin', '2024-10-17 11:02:57', '', '');
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `system_type`) VALUES (2028, '物资类型管理', 2027, 1, 'type', 'materialsManage/type/index.vue', NULL, 1, 0, 'C', '0', '0', 'materialsManage:type:list', '#', 'admin', '2024-10-14 16:14:25', 'admin', '2024-10-14 16:17:56', '', '');
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `system_type`) VALUES (2029, '仓库管理', 2027, 2, 'house', 'materialsManage/house/index.vue', NULL, 1, 0, 'C', '0', '0', 'materialsManage:house:list', '#', 'admin', '2024-10-15 18:10:22', 'admin', '2024-10-15 18:10:37', '', '');
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `system_type`) VALUES (2030, '物资配置管理', 2027, 3, 'matConfig', 'materialsManage/matConfig/index.vue', NULL, 1, 0, 'C', '0', '0', 'materialsManage:matConfig:list', '#', '!Bonus', '2024-10-16 10:05:56', '', NULL, '', '');
|
||||
|
|
|
|||
Loading…
Reference in New Issue