| | |
| | | <!-- <span class="moni-area">{{ currentEvent.street }}</span>--> |
| | | <!-- <span>{{ currentEvent.address }}</span>--> |
| | | <!-- </div>--> |
| | | <span |
| | | <span @click="openDialogTable" class="count-data-span" |
| | | >您有{{ countData.review }}条待审核报警信息,今日立案{{ |
| | | countData.register |
| | | }}条,再学习{{ countData.study }}条</span |
| | |
| | | <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; |
| | |
| | | |
| | | .sjm-content-left { |
| | | line-height: 4.8vh; |
| | | .count-data-span{ |
| | | cursor: pointer; |
| | | } |
| | | .left-form > ::v-deep.el-form-item__label { |
| | | font-size: 16px !important; |
| | | |
| | | } |
| | | .img-item { |
| | | display: flex; |