南昌市物联网技防平台-前端
zengh
2021-03-13 760f0a620ae0c09305c3f684d7b618aaf5261dd2
警情分发修改
2 files modified
56 ■■■■ changed files
src/views/realTimePolice/real.vue 32 ●●●●● patch | view | raw | blame | history
src/views/realTimePolice/realHistory.vue 24 ●●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue
@@ -401,23 +401,10 @@
            {
              label: "报警人",
              prop: "galarmPeople"
            },
            {
            }, {
              label: "联系电话",
              prop: "phoneNumber",
              width: 130
            },
            {
              label: "接警人",
              prop: "alarmPeople"
            },
            {
              label: "接警时间",
              type: "datetime",
              format: "yyyy-MM-dd HH:mm:ss",
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              width: 130,
              prop: "jjTime"
            },
            {
              label: "事发地址",
@@ -509,6 +496,7 @@
              searchSpan: 3,
              prop: "cid",
              slot: true,
              hide: true,
              width: 100,
              type: "select",
              dicData: [
@@ -521,6 +509,18 @@
                  value: '3'
                }
              ],
            },
            {
              label: "接警人",
              prop: "alarmPeople"
            },
            {
              label: "接警时间",
              type: "datetime",
              format: "yyyy-MM-dd HH:mm:ss",
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              width: 130,
              prop: "jjTime"
            },
          ]
        },
@@ -1164,11 +1164,13 @@
    width: 155px;
    padding-right: 0px !important;
  }
  .el-card__body .cityClass2 {
    width: 100px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .el-card__body .cityClass3 {
    width: 100px;
    padding-left: 0px !important;
@@ -1180,11 +1182,13 @@
    width: 220px;
    padding-right: 0px !important;
  }
  .el-dialog .cityClass2 {
    width: 110px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .el-dialog .cityClass3 {
    width: 110px;
    padding-left: 0px !important;
src/views/realTimePolice/realHistory.vue
@@ -145,16 +145,6 @@
              prop: "phoneNumber",
              width:130,
            }, {
              label: "接警人",
              prop: "alarmPeople",
            }, {
              label: "接警时间",
              type: "datetime",
              format: "yyyy-MM-dd HH:mm:ss",
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              width:130,
              prop: "jjTime",
            }, {
              label: "事发地址",
              width:200,
              prop: "place",
@@ -233,6 +223,7 @@
              searchSpan: 3,
              prop: "cid",
              width: 100,
              hide: true,
              slot: true,
              type: "select",
              dicData: [
@@ -245,8 +236,17 @@
                  value: '3'
                }
              ],
            },
            }, {
              label: "接警人",
              prop: "alarmPeople",
            }, {
              label: "接警时间",
              type: "datetime",
              format: "yyyy-MM-dd HH:mm:ss",
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              width:130,
              prop: "jjTime",
            }
          ]
        },
        data: []