zmc
2023-11-23 cc890f987b770e5a73f5ef12d41b25f6bb448fcd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<script>
  import CompFlightInspection from '@/views/exception/components/CompFlightInspection.vue'
  export default {
    components: {
      CompFlightInspection
  },
    data() {
      return{
 
      }
    },
    mounted() {
 
    },
    methods: {
 
     }
}
</script>
 
<template>
  <CompFlightInspection  :show-all="true"> </CompFlightInspection>
</template>
 
<style  scoped>
 
</style>