| | |
| | | <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> |