Renxy hai 1 ano
pai
achega
2f1e4c96fb
Modificáronse 1 ficheiros con 42 adicións e 67 borrados
  1. 42 67
      .umirc.ts

+ 42 - 67
.umirc.ts

@@ -271,83 +271,59 @@ export default defineConfig({
       ],
     },
     {
-      name: '人日立项',
+      name: '人日日志',
       path: '/workload',
       icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/manufacturerIcon.png',
       routes: [
         {
-          name: '工时管理',
+          name: '项目日志',
           path: '/workload',
           icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/manufacturerIcon.png',
-          routes: [
-            {
-              name: '上报工时',
-              path: 'work-hours',
-              component: './PurchaseList/WorkingHours/index',
-            },
-            {
-              name: '审批工时',
-              path: 'work-hours-auth',
-              component: './PurchaseList/WorkingHours/Auth',
-            },
-          ],
         },
         {
-          name: '项目立项',
+          name: '个人日志',
           path: '/workload/approval',
           icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/manufacturerIcon.png',
-          routes: [
-            {
-              name: '项目列表',
-              path: 'list',
-              component: './PurchaseList/Approval/List',
-            },
-            {
-              name: '审核列表',
-              path: 'auth',
-              component: './PurchaseList/Approval/Auth',
-            },
-          ],
-        },
-        {
-          name: '工时报表',
-          path: '/workload/report',
-          icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/manufacturerIcon.png',
-          routes: [
-            {
-              name: '项目报表',
-              path: 'project',
-              component: './PurchaseList/Report/ProjectTree',
-            },
-            {
-              name: '部门报表',
-              path: 'department',
-              component: './PurchaseList/Report/Department',
-            },
-          ],
-        },
-        {
-          name: '财务报表',
-          path: '/workload/finance',
-          icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/manufacturerIcon.png',
-          routes: [
-            {
-              name: '资源总表',
-              path: 'index',
-              component: './PurchaseList/Report/Finance',
-            },
-            {
-              name: '资源中心人日使用汇总表',
-              path: 'resources',
-              component: './PurchaseList/Report/Finance/Resources',
-            },
-            {
-              name: '执行项目人日汇总表',
-              path: 'project',
-              component: './PurchaseList/Report/Finance/Project',
-            },
-          ],
         },
+        // {
+        //   name: '工时报表',
+        //   path: '/workload/report',
+        //   icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/manufacturerIcon.png',
+        //   routes: [
+        //     {
+        //       name: '项目报表',
+        //       path: 'project',
+        //       component: './PurchaseList/Report/ProjectTree',
+        //     },
+        //     {
+        //       name: '部门报表',
+        //       path: 'department',
+        //       component: './PurchaseList/Report/Department',
+        //     },
+        //   ],
+        // },
+        // {
+        //   name: '财务报表',
+        //   path: '/workload/finance',
+        //   icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/manufacturerIcon.png',
+        //   routes: [
+        //     {
+        //       name: '资源总表',
+        //       path: 'index',
+        //       component: './PurchaseList/Report/Finance',
+        //     },
+        //     {
+        //       name: '资源中心人日使用汇总表',
+        //       path: 'resources',
+        //       component: './PurchaseList/Report/Finance/Resources',
+        //     },
+        //     {
+        //       name: '执行项目人日汇总表',
+        //       path: 'project',
+        //       component: './PurchaseList/Report/Finance/Project',
+        //     },
+        //   ],
+        // },
       ],
     },
     {
@@ -381,7 +357,6 @@ export default defineConfig({
         },
       ],
     },
-    
   ],
   npmClient: 'yarn',
 });