南昌市物联网技防平台-前端
zengh
2021-03-12 5f8b41792cfdcbc832d11ea6d815772e12387af1
客户管理调整,行政区样式调整
4 files modified
82 ■■■■ changed files
public/realVideo/realtime-view-video.js 2 ●●● patch | view | raw | blame | history
src/views/clientManagement/clientManagement.vue 55 ●●●● patch | view | raw | blame | history
src/views/policeInformationDistribution/index.vue 21 ●●●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue 4 ●●●● patch | view | raw | blame | history
public/realVideo/realtime-view-video.js
@@ -17,7 +17,7 @@
    $.ajax({
        type: 'GET',
        dataType: 'JSON',
        url: "http://36.134.81.48:18000/GetPlayUrl?deviceCode=" + channelNumber + "&chl=" + serialNumber,
        url: "http://36.134.81.48:18000/GetPlayUrl?deviceCode=" + serialNumber + "&chl=" + channelNumber,
        success: function (data) {
            realStartVideo($('.realtime-view-video-box video')[0], data.data.m3u8)
        }
src/views/clientManagement/clientManagement.vue
@@ -102,6 +102,7 @@
        <el-table-column property="deviceNumber" label="设备编号" width="150"></el-table-column>
        <el-table-column property="street" label="所属单位" width="200"></el-table-column>
        <el-table-column property="expireTime" label="到期时间"></el-table-column>
        <el-table-column property="pay" label="缴费信息"></el-table-column>
      </el-table>
    </el-dialog>
  </el-row>
@@ -110,6 +111,7 @@
<script>
  import {getList, remove, update, add, getclient, getDeptLazyTree, getAll} from "@/api/client/client";
  import {mapGetters} from "vuex";
  export default {
    created() {
      this.payWin();
@@ -217,7 +219,8 @@
                  trigger: "blur"
                }
              ]
            },
            }
            ,
            {
              label: "设备编号",
              prop: "deviceNumber",
@@ -273,9 +276,21 @@
              slot: true,
              addDisplay: false,
              editDisplay: false,
            }, {
              label: "缴费信息",
              prop: "pay",
            },
            {
              label: "设备类型",
              prop: "deviceType",
              width: 160,
              search: true,
              searchSpan: 3,
              searchLabelWidth: 80,
              searchPlaceholder: "请选择",
              type: "select",
              props: {
                label: "dictValue",
                value: "dictValue"
              },
              dicUrl: "/api/blade-system/dict-biz/child-list?parentId=1357568691367661569",
            },
            {
              label: "省份",
@@ -331,21 +346,6 @@
              className: "cityClass3"
            },
            {
              label: "设备类型",
              prop: "deviceType",
              width: 160,
              search: true,
              searchSpan: 3,
              searchLabelWidth: 80,
              searchPlaceholder: "请选择",
              type: "select",
              props: {
                label: "dictValue",
                value: "dictValue"
              },
              dicUrl: "/api/blade-system/dict-biz/child-list?parentId=1357568691367661569",
            },
            {
              label: "权属",
              prop: "ownership",
              width: 150
@@ -354,13 +354,6 @@
              prop: "street",
              width: 200
            }, {
              label: "安装时间",
              prop: "stime",
              type: "datetime",
              format: "yyyy-MM-dd",
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              width: 130
            }, {
              label: "到期时间",
              prop: "expireTime",
              type: "datetime",
@@ -369,6 +362,16 @@
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              width: 150
            },{
              label: "缴费信息",
              prop: "pay",
            }, {
              label: "安装时间",
              prop: "stime",
              type: "datetime",
              format: "yyyy-MM-dd",
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              width: 130
            }, {
              label: "最后上传时间",
              prop: "heartbeat",
              type: "datetime",
src/views/policeInformationDistribution/index.vue
@@ -30,7 +30,8 @@
            : row.type == "2"
            ? "已处理"
            : ""
        }}</el-tag>
          }}
        </el-tag>
      </template>
      <template slot-scope="{ type, size, row }" slot="menu">
@@ -40,7 +41,8 @@
          :size="size"
          :type="type"
          @click.stop="disposition(row)"
          >处置</el-button>
        >处置
        </el-button>
        <el-button
          v-if="row.type == 1 || row.type == 2"
@@ -48,14 +50,16 @@
          :size="size"
          :type="type"
          @click.stop="PoliceTracking(row)"
        >追踪</el-button>
        >追踪
        </el-button>
        <el-button
          icon="el-icon-location-outline"
          :size="size"
          :type="type"
          @click.stop="handleMap(row)"
          >定位</el-button>
        >定位
        </el-button>
      </template>
    </avue-crud>
@@ -185,6 +189,10 @@
            valueFormat: "yyyy-MM-dd hh:mm:ss",
            prop: "handleTime",
            width: 140
            }, {
              label: "事发地址",
              width: 150,
              prop: "place"
          },
          {
            label: "省份",
@@ -238,11 +246,6 @@
            span: 3,
            labelWidth: "0",
            className: "cityClass3"
          },
          {
            label: "事发地址",
            width: 150,
            prop: "place"
          },
          {
            label: "设备编号",
src/views/realTimePolice/real.vue
@@ -1171,8 +1171,8 @@
  }
  .el-dialog .cityClass2 {
    width: 110px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .el-dialog .cityClass3 {
    width: 110px;