riku
2024-07-12 756be572e470c4a2e2e971350a545b3e8d9c0180
src/views/inspection/InspectionView.vue
@@ -1,6 +1,6 @@
<template>
  <div class="wrapper">
    <div>现场巡查</div>
    <div>业务状态中控</div>
    <WorkStream></WorkStream>
  </div>
</template>
@@ -11,7 +11,6 @@
 */
import TaskTrack from '@/views/inspection/TaskTrack.vue'
import WorkStream from '@/views/inspection/WorkStream.vue'
</script>
<style scoped>