From 760f0a620ae0c09305c3f684d7b618aaf5261dd2 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 13 Mar 2021 09:17:19 +0800
Subject: [PATCH] 警情分发修改
---
src/views/realTimePolice/realHistory.vue | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/views/realTimePolice/realHistory.vue b/src/views/realTimePolice/realHistory.vue
index af7d070..532b164 100644
--- a/src/views/realTimePolice/realHistory.vue
+++ b/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: []
--
Gitblit v1.9.3