فهرست منبع

调整英文文字

Lijy 2 سال پیش
والد
کامیت
4c7a81d117

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/i18n/en.js

@@ -4,7 +4,7 @@ export default {
   workingHoursHousekeeper: 'TimeSheet', // 工时管家 // TimeSheet Manager
   // 导航
   navigation: {
-    reports: 'hours report', // 工时报告
+    reports: 'Hours report', // 工时报告
     projectManagement: 'project management', // 项目管理
     professionalAudit: 'Professional audit', // 专业审核
     departmentAudit: 'Department audit', // 部门审核

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

@@ -261,7 +261,7 @@ export const allRouters = [//组织架构
             { path: '/task', component: tasks, name: '待办任务' },
         ],
         // 其他信息
-        meta: { text: 'navigation.financialAccountingCost' } 
+        meta: { text: 'navigation.upcomingTasks' } 
     },
     //项目管理
     {

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/Home.vue

@@ -444,8 +444,9 @@
         },
         mounted() {
             // console.log(this.$router.options.routes, '看看')
+            console.log(this.$router.options.routes, '路由')
 
-            let langse = localStorage.getItem("lang") || 'en'
+            let langse = localStorage.getItem("lang") || 'zh'
             if(langse == 'en') {
                 this.language = 'English'
             } else if (langse == 'zh') {