riku
2023-11-24 dd5fbe2e6cacffa0ff67f0f68c262d14ddfce3cc
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>