| | |
| | | <div id="dom1" class="dom1"></div> |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog :visible.sync="isShowTable" title="报警信息" width="1200px"> |
| | | <inspection-table/> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import { FILE_ORIGINAL_URL } from "@/utils"; |
| | | import { validateCarNum } from "@/utils/validate"; |
| | | import MyDispatch from "@/components/dispatch"; |
| | | |
| | | import InspectionTable from "@/views/intelligentPatrol/studyJudge/inspectionTable/index.vue"; |
| | | import MyMap from "@/components/map"; |
| | | |
| | | export default { |
| | | components: { MyDispatch, MyMap }, |
| | | components: { MyDispatch, MyMap,InspectionTable }, |
| | | created() { |
| | | this.getInspectionData(); |
| | | this.initEventParams(); |
| | |
| | | } |
| | | }; |
| | | return { |
| | | isShowTable:true, |
| | | timer: null, |
| | | countData: { |
| | | study: 0, |
| | |
| | | }; |
| | | }, |
| | | methods: { |
| | | openDialogTable(){ |
| | | this.isShowTable = true |
| | | }, |
| | | pageChange(type) { |
| | | if (type === "next") { |
| | | this.currentPage += 1; |