Riku
2024-07-08 04e9d32ac49bf5a38adf3cd7dab6bff6e346eefd
src/views/inspection/InspectionView.vue
@@ -1,12 +1,17 @@
<template>
  <div class="wrapper">
    <div>现场巡查</div>
    <TaskTrack></TaskTrack>
    <WorkStream></WorkStream>
  </div>
</template>
<script setup>
/**
 * 现场巡查实时跟踪
 */
import TaskTrack from '@/views/inspection/TaskTrack.vue'
import WorkStream from '@/views/inspection/WorkStream.vue'
</script>
<style scoped>