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