diff --git a/json/sys_menu.json b/json/sys_menu.json index 1a58f12..8681018 100644 --- a/json/sys_menu.json +++ b/json/sys_menu.json @@ -1,410 +1,408 @@ -{ - "RECORDS": [ - { - "id": 10, - "parent_id": 0, - "name": "装备维修", - "kind": 1, - "link": null, - "component": "Layout", - "icon": null, - "auth": 0, - "sort": 10, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 11, - "parent_id": 0, - "name": "装备型谱目录", - "kind": 1, - "link": null, - "component": "Layout", - "icon": null, - "auth": 0, - "sort": 9, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 12, - "parent_id": 0, - "name": "器材库", - "kind": 1, - "link": null, - "component": "Layout", - "icon": null, - "auth": 0, - "sort": 8, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 13, - "parent_id": 0, - "name": "供应商", - "kind": 1, - "link": null, - "component": "Layout", - "icon": null, - "auth": 0, - "sort": 7, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 14, - "parent_id": 0, - "name": "系统设置", - "kind": 1, - "link": null, - "component": "Layout", - "icon": null, - "auth": 0, - "sort": 0, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 15, - "parent_id": 10, - "name": "内修工单创建", - "kind": 2, - "link": "innerApply", - "component": "repair/innerApply", - "icon": "", - "auth": 0, - "sort": 10, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 16, - "parent_id": 10, - "name": "外修工单创建", - "kind": 2, - "link": "outerApply", - "component": "repair/outerApply", - "icon": "", - "auth": 0, - "sort": 9, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 17, - "parent_id": 10, - "name": "我的内修审批", - "kind": 2, - "link": "innerApprove", - "component": "repair/innerApprove", - "icon": "", - "auth": 0, - "sort": 8, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 18, - "parent_id": 10, - "name": "我的外修审批", - "kind": 2, - "link": "outerApprove", - "component": "repair/outerApprove", - "icon": "", - "auth": 0, - "sort": 7, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 19, - "parent_id": 10, - "name": "内修工单查询", - "kind": 2, - "link": "innerWorkOrder", - "component": "repair/innerWorkOrder", - "icon": "", - "auth": 0, - "sort": 6, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 20, - "parent_id": 10, - "name": "外修工单查询", - "kind": 2, - "link": "outerWorkOrder", - "component": "repair/outerWorkOrder", - "icon": "", - "auth": 0, - "sort": 5, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 21, - "parent_id": 11, - "name": "装备型谱新增", - "kind": 2, - "link": "spectrumAdd", - "component": "catalogue/spectrumAdd", - "icon": "", - "auth": 0, - "sort": 10, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 22, - "parent_id": 11, - "name": "装备型谱列表", - "kind": 2, - "link": "spectrumList", - "component": "catalogue/spectrumList", - "icon": "", - "auth": 0, - "sort": 9, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 23, - "parent_id": 12, - "name": "器材新增", - "kind": 2, - "link": "add", - "component": "equipment/add", - "icon": "", - "auth": 0, - "sort": 10, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 24, - "parent_id": 12, - "name": "器材列表", - "kind": 2, - "link": "list", - "component": "equipment/list", - "icon": "", - "auth": 0, - "sort": 9, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 25, - "parent_id": 13, - "name": "供应商新增", - "kind": 2, - "link": "add", - "component": "supplier/add", - "icon": "", - "auth": 0, - "sort": 10, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 26, - "parent_id": 13, - "name": "供应商列表", - "kind": 2, - "link": "list", - "component": "supplier/list", - "icon": "", - "auth": 0, - "sort": 9, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 27, - "parent_id": 14, - "name": "用户管理", - "kind": 2, - "link": "user", - "component": "system/user", - "icon": "", - "auth": 0, - "sort": 9, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 28, - "parent_id": 14, - "name": "角色管理", - "kind": 2, - "link": "role", - "component": "system/role", - "icon": "", - "auth": 0, - "sort": 8, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 29, - "parent_id": 14, - "name": "部门管理", - "kind": 2, - "link": null, - "component": "system/dept", - "icon": null, - "auth": 0, - "sort": 8, - "remark": null, - "status": 1, - "is_deleted": 1 - }, - { - "id": 30, - "parent_id": 14, - "name": "菜单管理", - "kind": 2, - "link": "menu", - "component": "system/menu", - "icon": "", - "auth": 0, - "sort": 7, - "remark": "", - "status": 1, - "is_deleted": 0 - }, - { - "id": 33, - "parent_id": 10, - "name": "维修工单列表", - "kind": 2, - "link": "repairWorkOrder", - "component": "repair/repairWorkOrder", - "icon": null, - "auth": 0, - "sort": 4, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 34, - "parent_id": 11, - "name": "承修单位新增", - "kind": 2, - "link": "repairAdd", - "component": "catalogue/repairAdd", - "icon": null, - "auth": 0, - "sort": 8, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 35, - "parent_id": 11, - "name": "承修单位", - "kind": 2, - "link": "repairList", - "component": "catalogue/repairList", - "icon": null, - "auth": 0, - "sort": 7, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 36, - "parent_id": 11, - "name": "承制单位新增", - "kind": 2, - "link": "systemAdd", - "component": "catalogue/systemAdd", - "icon": null, - "auth": 0, - "sort": 6, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 37, - "parent_id": 11, - "name": "承制单位", - "kind": 2, - "link": "systemList", - "component": "catalogue/systemList", - "icon": null, - "auth": 0, - "sort": 5, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 38, - "parent_id": 14, - "name": "单位管理", - "kind": 2, - "link": "dept", - "component": "system/dept", - "icon": null, - "auth": 0, - "sort": 10, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 39, - "parent_id": 14, - "name": "通知列表", - "kind": 2, - "link": "notice", - "component": "system/notice", - "icon": null, - "auth": 0, - "sort": 6, - "remark": null, - "status": 1, - "is_deleted": 0 - }, - { - "id": 40, - "parent_id": 14, - "name": "故障库", - "kind": 2, - "link": "fault", - "component": "system/fault", - "icon": null, - "auth": 0, - "sort": 5, - "remark": null, - "status": 1, - "is_deleted": 0 - } - ] -} \ No newline at end of file +[ + { + "id": 10, + "parent_id": 0, + "name": "装备维修", + "kind": 1, + "link": null, + "component": "Layout", + "icon": null, + "auth": 0, + "sort": 10, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 11, + "parent_id": 0, + "name": "装备型谱目录", + "kind": 1, + "link": null, + "component": "Layout", + "icon": null, + "auth": 0, + "sort": 9, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 12, + "parent_id": 0, + "name": "器材库", + "kind": 1, + "link": null, + "component": "Layout", + "icon": null, + "auth": 0, + "sort": 8, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 13, + "parent_id": 0, + "name": "供应商", + "kind": 1, + "link": null, + "component": "Layout", + "icon": null, + "auth": 0, + "sort": 7, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 14, + "parent_id": 0, + "name": "系统设置", + "kind": 1, + "link": null, + "component": "Layout", + "icon": null, + "auth": 0, + "sort": 0, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 15, + "parent_id": 10, + "name": "内修工单创建", + "kind": 2, + "link": "innerApply", + "component": "repair/innerApply", + "icon": "", + "auth": 0, + "sort": 10, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 16, + "parent_id": 10, + "name": "外修工单创建", + "kind": 2, + "link": "outerApply", + "component": "repair/outerApply", + "icon": "", + "auth": 0, + "sort": 9, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 17, + "parent_id": 10, + "name": "我的内修审批", + "kind": 2, + "link": "innerApprove", + "component": "repair/innerApprove", + "icon": "", + "auth": 0, + "sort": 8, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 18, + "parent_id": 10, + "name": "我的外修审批", + "kind": 2, + "link": "outerApprove", + "component": "repair/outerApprove", + "icon": "", + "auth": 0, + "sort": 7, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 19, + "parent_id": 10, + "name": "内修工单查询", + "kind": 2, + "link": "innerWorkOrder", + "component": "repair/innerWorkOrder", + "icon": "", + "auth": 0, + "sort": 6, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 20, + "parent_id": 10, + "name": "外修工单查询", + "kind": 2, + "link": "outerWorkOrder", + "component": "repair/outerWorkOrder", + "icon": "", + "auth": 0, + "sort": 5, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 21, + "parent_id": 11, + "name": "装备型谱新增", + "kind": 2, + "link": "spectrumAdd", + "component": "catalogue/spectrumAdd", + "icon": "", + "auth": 0, + "sort": 10, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 22, + "parent_id": 11, + "name": "装备型谱列表", + "kind": 2, + "link": "spectrumList", + "component": "catalogue/spectrumList", + "icon": "", + "auth": 0, + "sort": 9, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 23, + "parent_id": 12, + "name": "器材新增", + "kind": 2, + "link": "add", + "component": "equipment/add", + "icon": "", + "auth": 0, + "sort": 10, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 24, + "parent_id": 12, + "name": "器材列表", + "kind": 2, + "link": "list", + "component": "equipment/list", + "icon": "", + "auth": 0, + "sort": 9, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 25, + "parent_id": 13, + "name": "供应商新增", + "kind": 2, + "link": "add", + "component": "supplier/add", + "icon": "", + "auth": 0, + "sort": 10, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 26, + "parent_id": 13, + "name": "供应商列表", + "kind": 2, + "link": "list", + "component": "supplier/list", + "icon": "", + "auth": 0, + "sort": 9, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 27, + "parent_id": 14, + "name": "用户管理", + "kind": 2, + "link": "user", + "component": "system/user", + "icon": "", + "auth": 0, + "sort": 9, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 28, + "parent_id": 14, + "name": "角色管理", + "kind": 2, + "link": "role", + "component": "system/role", + "icon": "", + "auth": 0, + "sort": 8, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 29, + "parent_id": 14, + "name": "部门管理", + "kind": 2, + "link": null, + "component": "system/dept", + "icon": null, + "auth": 0, + "sort": 8, + "remark": null, + "status": 1, + "is_deleted": 1 + }, + { + "id": 30, + "parent_id": 14, + "name": "菜单管理", + "kind": 2, + "link": "menu", + "component": "system/menu", + "icon": "", + "auth": 0, + "sort": 7, + "remark": "", + "status": 1, + "is_deleted": 0 + }, + { + "id": 33, + "parent_id": 10, + "name": "维修工单列表", + "kind": 2, + "link": "repairWorkOrder", + "component": "repair/repairWorkOrder", + "icon": null, + "auth": 0, + "sort": 4, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 34, + "parent_id": 11, + "name": "承修单位新增", + "kind": 2, + "link": "repairAdd", + "component": "catalogue/repairAdd", + "icon": null, + "auth": 0, + "sort": 8, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 35, + "parent_id": 11, + "name": "承修单位", + "kind": 2, + "link": "repairList", + "component": "catalogue/repairList", + "icon": null, + "auth": 0, + "sort": 7, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 36, + "parent_id": 11, + "name": "承制单位新增", + "kind": 2, + "link": "systemAdd", + "component": "catalogue/systemAdd", + "icon": null, + "auth": 0, + "sort": 6, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 37, + "parent_id": 11, + "name": "承制单位", + "kind": 2, + "link": "systemList", + "component": "catalogue/systemList", + "icon": null, + "auth": 0, + "sort": 5, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 38, + "parent_id": 14, + "name": "单位管理", + "kind": 2, + "link": "dept", + "component": "system/dept", + "icon": null, + "auth": 0, + "sort": 10, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 39, + "parent_id": 14, + "name": "通知列表", + "kind": 2, + "link": "notice", + "component": "system/notice", + "icon": null, + "auth": 0, + "sort": 6, + "remark": null, + "status": 1, + "is_deleted": 0 + }, + { + "id": 40, + "parent_id": 14, + "name": "故障库", + "kind": 2, + "link": "fault", + "component": "system/fault", + "icon": null, + "auth": 0, + "sort": 5, + "remark": null, + "status": 1, + "is_deleted": 0 + } +]