소스 검색

2022.5.19 11:49

山水共长天一色 3 년 전
부모
커밋
43b08d9e60

+ 7 - 0
fhKeeper/formulahousekeeper/timesheet_h5/src/router/index.js

@@ -60,6 +60,13 @@ const router = new Router({
         },
         component: () => import("@/views/edit/index")
     },
+    {
+        path: "/weekedit",
+        meta: {
+            title: "按周填报"
+        },
+        component: () => import("@/views/edit/weekEdit")
+    },
     {
         path: "/search", 
         meta: {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1761 - 0
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/weekEdit.vue


+ 1 - 0
fhKeeper/formulahousekeeper/timesheet_h5/src/views/index/index.vue

@@ -65,6 +65,7 @@
                 if(list[i].name == '工时报告') {
                     this.routers.push({name: '查看日报',url: '/calendar',icon: 'description'})
                     this.routers.push({name: '填写日报',url: '/edit',icon: 'edit'})
+                    this.routers.push({name: '按周填报',url: '/weekEdit',icon: 'edit'})
                 }
                 if(list[i].name == '项目报告审核') {
                     this.routers.push({name: '项目报告审核',url: '/review',icon: 'todo-list-o'})