소스 검색

提交代码

Lijy 11 달 전
부모
커밋
7f3a2182f9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/routes.js

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/routes.js

@@ -464,11 +464,11 @@ export const allRouters = [//组织架构
         
         path: '/',
         component: Home,
-        name: '财务审核',
+        name: '财务报告审核',
         iconCls: 'iconfont firerock-iconliucheng',
         leaf: true,//只有一个节点
         children: [
-            { path: '/financeAudit', component: financeAudit, name: '财务审核' },
+            { path: '/financeAudit', component: financeAudit, name: '财务报告审核' },
         ],
         // 其他信息
         meta: { text: 'navigation.caiwushenhe' }