Lijy 11 kuukautta sitten
vanhempi
commit
7f3a2182f9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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' }