zengh
2021-06-10 d98349d2d7d0564d45ad09dc3d1a495eaa6b3f9c
样式修改
2 files modified
23 ■■■■ changed files
src/views/policeTracking/policeTracking.vue 13 ●●●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue 10 ●●●● patch | view | raw | blame | history
src/views/policeTracking/policeTracking.vue
@@ -548,6 +548,9 @@
      },
      onSubmit() {
        var that = this;
        if (that.form.securityArr != null && that.form.securityArr != ""){
          that.form.jtype = "1";
        if (typeof that.form.securityArr != "string"){
          var security = "";
          that.form.securityArr.forEach((item) => {
@@ -566,6 +569,16 @@
            type: 'success'
          });
        });
        }else {
          that.$message({
            message: '未选择保安,请重试',
            type: 'warning'
          });
        }
      },
      getReceivingAlarm() {
src/views/realTimePolice/real.vue
@@ -169,7 +169,7 @@
          column: [
            {
              label: "警情类型",
              prop: "waringType",
              prop: "alarmType",
              search: false,
              searchSpan: 3,
              width: 85,
@@ -343,10 +343,10 @@
                  label: "未派发",
                  value: "0",
                },
                {
                  label: "处理中",
                  value: "1",
                },
                // {
                //   label: "处理中",
                //   value: "1",
                // },
                {
                  label: "已处理",
                  value: "2",