| src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/specialWorkSystem/workPlan/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/specialWorkSystem/workPlan/workReservation/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue
New file @@ -0,0 +1,13 @@ <template> <div>各部门预约统计</div> </template> <script> export default { name: "index" } </script> <style scoped> </style> src/views/specialWorkSystem/workPlan/index.vue
New file @@ -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
New file @@ -0,0 +1,13 @@ <template> <div>作业预约汇总</div> </template> <script> export default { name: "index" } </script> <style scoped> </style> src/views/specialWorkSystem/workPlan/workReservation/index.vue
New file @@ -0,0 +1,13 @@ <template> <div>作业预约</div> </template> <script> export default { name: "index" } </script> <style scoped> </style>