wl
2022-12-15 9d31b60126cde71483900bf44ef91aba73c4b578
src/views/intelligentPatrol/studyJudge/index.vue
@@ -30,7 +30,7 @@
          <!--            <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
@@ -228,6 +228,9 @@
        <div id="dom1" class="dom1"></div>
      </div>
    </el-dialog>
    <el-dialog :visible.sync="isShowTable" title="报警信息" width="1200px">
      <inspection-table/>
    </el-dialog>
  </div>
</template>
@@ -238,11 +241,11 @@
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();
@@ -293,6 +296,7 @@
      }
    };
    return {
      isShowTable:true,
      timer: null,
      countData: {
        study: 0,
@@ -370,6 +374,9 @@
    };
  },
  methods: {
    openDialogTable(){
      this.isShowTable = true
    },
    pageChange(type) {
      if (type === "next") {
        this.currentPage += 1;
@@ -682,8 +689,12 @@
      .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;