zmc
2023-12-08 9c1d136e4f5ed9b5bce100147edbb52486da985a
src/views/exception/FlightInspection.vue
@@ -1,27 +1,12 @@
<script>
  import FlightInspection1 from '@/views/exception/components/FlightInspection1.vue'
  export default {
    components: {
    FlightInspection1
  },
    data() {
      return{
      }
    },
    mounted() {
    },
    methods: {
     }
import CompFlightInspection from '@/views/exception/components/CompFlightInspection.vue'
export default {
  components: {
    CompFlightInspection
  }
}
</script>
<template>
  <FlightInspection1  :show-all="true"> </FlightInspection1>
  <CompFlightInspection :show-all="true"> </CompFlightInspection>
</template>
<style  scoped>
</style>