riku
2024-06-07 0a97c702074830791cb29a158098f05c8033c4b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<template>
  <div class="border-r-small" style="height: 200px">
    <div class="f-l">应急自巡查</div>
  </div>
</template>
 
<script>
export default {
  data() {
    return {
      tasks: []
    }
  },
  watch: {},
  methods: {},
  mounted() {}
}
</script>
 
<style scoped></style>