| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <el-dialog :append-to-body="true" :visible.sync="isShowDialog" title="调度信息"> |
| | | <el-dialog |
| | | :append-to-body="true" |
| | | :visible.sync="isShowDialog" |
| | | title="调度信息" |
| | | > |
| | | <MyDispatch |
| | | v-if="isShowDialog" |
| | | :mytype="1" |
| | |
| | | import basecase from "@/api/operate/basecase"; |
| | | import baseInfo from "@/api/baseInfo"; |
| | | import { getStoreInfoList } from "@/api/operate/storeManagement"; |
| | | import { FILE_ORIGINAL_URL } from "@/utils"; |
| | | import { FILE_ORIGINAL_PATH } from "@/utils"; |
| | | import { validateCarNum } from "@/utils/validate"; |
| | | import MyDispatch from "@/components/dispatch"; |
| | | // import InspectionTable from "@/views/intelligentPatrol/studyJudge/inspectionTable/index.vue"; |
| | |
| | | this.zoom = 18; |
| | | this.mark = { title: this.currentEvent.address }; |
| | | if (this.currentEvent?.picData) { |
| | | |
| | | item = item.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","") |
| | | |
| | | this.imageList = this.currentEvent.picData |
| | | .split(",") |
| | | .map((item) => `${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${item}`); |
| | | // this.imageList =['https://www.shutterstock.com/image-photo/grandmother-holding-grandson-her-lap-600w-1954531321.jpg','https://www.shutterstock.com/image-photo/grandmother-holding-grandson-her-lap-600w-1954531321.jpg'] |
| | | .map((item) => FILE_ORIGINAL_PATH + item); |
| | | } |
| | | if (this.currentEvent?.alarmTime || this.currentEvent?.currentAlarmTime) { |
| | | const { alarmTime, currentAlarmTime } = this.currentEvent; |