diff --git a/src/assets/mocks/menu-data.json b/src/assets/mocks/menu-data.json index b93fec66..0b732eaa 100644 --- a/src/assets/mocks/menu-data.json +++ b/src/assets/mocks/menu-data.json @@ -438,6 +438,28 @@ } ] }, + { + "text": "操作日志", + "group": true, + "children": [ + { + "text": "系统操作日志", + "link": "/system/system-logs" + }, + { + "text": "货源操作日志", + "link": "/system/system-supply-logs" + }, + { + "text": "订单操作日志", + "link": "/system/system-waybill-logs" + }, + { + "text": "用户登录日志", + "link": "/system/user-logs" + } + ] + }, { "text": "CRM客户管理", "link": "/system/crm-management" @@ -462,22 +484,7 @@ "text": "基础配置", "link": "/system/basic-config" }, - { - "text": "系统操作日志", - "link": "/system/system-logs" - }, - { - "text": "货源操作日志", - "link": "/system/system-supply-logs" - }, - { - "text": "订单操作日志", - "link": "/system/system-waybill-logs" - }, - { - "text": "用户登录日志", - "link": "/system/user-logs" - }, + { "text": "版本发布记录", "link": "/system/version-logs"