Admin
2022-06-29 18f7885f55c727990346232aeb8f7ca73e9f39e9
添加页面
已添加4个文件
52 ■■■■■ 文件已修改
src/views/specialWorkSystem/workPlan/departAppointStatistics/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workPlan/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workPlan/workReservation/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | 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>