From 18f7885f55c727990346232aeb8f7ca73e9f39e9 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 29 六月 2022 10:12:29 +0800 Subject: [PATCH] 添加页面 --- src/views/specialWorkSystem/workPlan/workReservation/index.vue | 13 +++++++++++++ src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue | 13 +++++++++++++ src/views/specialWorkSystem/workPlan/index.vue | 13 +++++++++++++ src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue | 13 +++++++++++++ 4 files changed, 52 insertions(+), 0 deletions(-) diff --git a/src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue b/src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue new file mode 100644 index 0000000..1984086 --- /dev/null +++ b/src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue @@ -0,0 +1,13 @@ +<template> + <div>各部门预约统计</div> +</template> + +<script> + export default { + name: "index" + } +</script> + +<style scoped> + +</style> diff --git a/src/views/specialWorkSystem/workPlan/index.vue b/src/views/specialWorkSystem/workPlan/index.vue new file mode 100644 index 0000000..c766a91 --- /dev/null +++ b/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> diff --git a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue new file mode 100644 index 0000000..61c3448 --- /dev/null +++ b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue @@ -0,0 +1,13 @@ +<template> + <div>作业预约汇总</div> +</template> + +<script> + export default { + name: "index" + } +</script> + +<style scoped> + +</style> diff --git a/src/views/specialWorkSystem/workPlan/workReservation/index.vue b/src/views/specialWorkSystem/workPlan/workReservation/index.vue new file mode 100644 index 0000000..1d4d5c6 --- /dev/null +++ b/src/views/specialWorkSystem/workPlan/workReservation/index.vue @@ -0,0 +1,13 @@ +<template> + <div>作业预约</div> +</template> + +<script> + export default { + name: "index" + } +</script> + +<style scoped> + +</style> -- Gitblit v1.9.2