src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/specialWorkSystem/workPlan/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/specialWorkSystem/workPlan/workReservation/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue
对比新文件 @@ -0,0 +1,13 @@ <template> <div>各部门预约统计</div> </template> <script> export default { name: "index" } </script> <style scoped> </style> src/views/specialWorkSystem/workPlan/index.vue
对比新文件 @@ -0,0 +1,13 @@ <template> <router-view></router-view> </template> <script> export default { name: "workPlan" } </script> <style scoped> </style> src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
对比新文件 @@ -0,0 +1,13 @@ <template> <div>作业预约汇总</div> </template> <script> export default { name: "index" } </script> <style scoped> </style> src/views/specialWorkSystem/workPlan/workReservation/index.vue
对比新文件 @@ -0,0 +1,13 @@ <template> <div>作业预约</div> </template> <script> export default { name: "index" } </script> <style scoped> </style>