refactor(layout): executor 菜单"账号信息"移到最后一位

之前: ...人员管理 / 账号信息 / 劳务凭证
现在: ...人员管理 / 劳务凭证 / 账号信息

(其它角色菜单的账号信息位置不变)
This commit is contained in:
郭庆泰
2026-08-18 01:25:52 +08:00
parent 7573b4180e
commit c74c238ef0
+2 -2
View File
@@ -117,8 +117,8 @@ const MENU = {
{ path: '/executor/meetings', title: '会议执行', icon: Calendar },
{ path: '/executor/projects', title: '项目列表', icon: Document },
{ path: '/executor/people', title: '人员管理', icon: User, requireMain: true },
{ path: '/executor/account', title: '账号信息', icon: Setting },
{ path: '/executor/labor', title: '劳务凭证', icon: EditPen }
{ path: '/executor/labor', title: '劳务凭证', icon: EditPen },
{ path: '/executor/account', title: '账号信息', icon: Setting }
],
sponsor: [
{ path: '/sponsor/home', title: '首页', icon: House },