Your Name
2022-06-29 a730bea3b506b1b6d6d8dc3c71e02e0f29ab3139
Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
已添加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>