zengh
2021-06-11 6251a2570d29fc1cebcf41b1af9e1257db9e004e
逻辑修改
1 files modified
12 ■■■■ changed files
src/views/realTimePolice/real.vue 12 ●●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue
@@ -88,7 +88,7 @@
        >{{
          row.jtype == "0" || row.jtype == "" ? "未派发" : row.jtype == "1" && (row.securityId == null || row.securityId
          == "")
          ? "未接收" : row.jtype == "1" && (row.securityId != null || row.securityId != "") ? "已接收" : "已处理"
          ? "未接收" : row.jtype == "1" && (row.securityId != null || row.securityId != "") ? "已接收" : "已处置"
          }}
        </el-tag>
      </template>
@@ -343,12 +343,12 @@
                  label: "未派发",
                  value: "0",
                },
                // {
                //   label: "处理中",
                //   value: "1",
                // },
                {
                  label: "已处理",
                  label: "处理中",
                  value: "1",
                },
                {
                  label: "已处置",
                  value: "2",
                },
              ],