| | |
| | | <!--点击站点 跳转至风险模型页面 --> |
| | | <script> |
| | | import SubFlightInspection from '@/views/exception/components/SubFlightInspection.vue' |
| | | import FlightInspection1 from '@/views/exception/components/FlightInspection1.vue' |
| | | export default { |
| | | components: { |
| | | SubFlightInspection |
| | | FlightInspection1 |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | </template> |
| | | </el-page-header> |
| | | |
| | | <SubFlightInspection :site-name="siteName" :month="month"> </SubFlightInspection> |
| | | <FlightInspection1 :site-name="siteName" :month="month" :show-all="false"> </FlightInspection1> |
| | | </template> |
| | | |
| | | <style scoped> |