浏览代码

批量打印

XMLWAN 4 年前
父节点
当前提交
a6da9cf4de
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/router/modules/workforce.js

+ 11 - 0
src/router/modules/workforce.js 查看文件

70
         title: 'remind_print',
70
         title: 'remind_print',
71
         noCache: true
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
 }