From a730bea3b506b1b6d6d8dc3c71e02e0f29ab3139 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 29 六月 2022 18:31:58 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt --- 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