-- save deviceBind record -- mysql insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.deviceBind', '0', '/manager/deviceBind', 'deviceBind', '0' , '0', '1' , '1'); insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 立体库站点绑定', '', '1', 'manager:deviceBind:list', '0', '1', '1'); insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 立体库站点绑定', '', '1', 'manager:deviceBind:save', '1', '1', '1'); insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 立体库站点绑定', '', '1', 'manager:deviceBind:update', '2', '1', '1'); insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 立体库站点绑定', '', '1', 'manager:deviceBind:remove', '3', '1', '1'); -- locale menu name deviceBind: 'DeviceBind', -- locale field deviceBind: { currentRow: "currentRow", startRow: "startRow", endRow: "endRow", deviceQty: "deviceQty", startDeviceNo: "startDeviceNo", endDeviceNo: "endDeviceNo", staList: "staList", typeId: "typeId", beSimilar: "beSimilar", emptySimilar: "emptySimilar", }, -- ResourceContent import deviceBind from './deviceBind'; case 'deviceBind': return deviceBind;