Browse Source

批量打印

XMLWAN 4 years ago
parent
commit
a6da9cf4de
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/router/modules/workforce.js

+ 11 - 0
src/router/modules/workforce.js View File

@@ -70,6 +70,17 @@ export default {
70 70
         title: 'remind_print',
71 71
         noCache: true
72 72
       }
73
+    },
74
+    {
75
+      path: '/schedule/remind/print/next',
76
+      component: () => import('@/xt_pages/workforce/next_remind_print'),
77
+      name: 'next_remind_print',
78
+      hidden: true,
79
+      is_menu: false,
80
+      meta: {
81
+        title: 'next_remind_print',
82
+        noCache: true
83
+      }
73 84
     }
74 85
   ]
75 86
 }