diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index 49592a0..26fe939 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -10,3 +10,20 @@
params
})
}
+
+// 根据分局进行报警统计查询
+export function wellStaticByDept() {
+ return request({
+ url: 'statics/wellStaticsByPDept',
+ method: 'get'
+ })
+}
+// 根据派出所进行报警统计查询
+export function wellStaticByPolice(params) {
+ return request({
+ url: 'statics/wellStaticsByDept',
+ method: 'get',
+ params
+ })
+}
+
diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index 49592a0..26fe939 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -10,3 +10,20 @@
params
})
}
+
+// 根据分局进行报警统计查询
+export function wellStaticByDept() {
+ return request({
+ url: 'statics/wellStaticsByPDept',
+ method: 'get'
+ })
+}
+// 根据派出所进行报警统计查询
+export function wellStaticByPolice(params) {
+ return request({
+ url: 'statics/wellStaticsByDept',
+ method: 'get',
+ params
+ })
+}
+
diff --git a/src/views/wellStatics/modules/wellStaticsByDept.vue b/src/views/wellStatics/modules/wellStaticsByDept.vue
new file mode 100644
index 0000000..a889ac6
--- /dev/null
+++ b/src/views/wellStatics/modules/wellStaticsByDept.vue
@@ -0,0 +1,104 @@
+
+
+
+
+ 按分局统计闸井数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index 49592a0..26fe939 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -10,3 +10,20 @@
params
})
}
+
+// 根据分局进行报警统计查询
+export function wellStaticByDept() {
+ return request({
+ url: 'statics/wellStaticsByPDept',
+ method: 'get'
+ })
+}
+// 根据派出所进行报警统计查询
+export function wellStaticByPolice(params) {
+ return request({
+ url: 'statics/wellStaticsByDept',
+ method: 'get',
+ params
+ })
+}
+
diff --git a/src/views/wellStatics/modules/wellStaticsByDept.vue b/src/views/wellStatics/modules/wellStaticsByDept.vue
new file mode 100644
index 0000000..a889ac6
--- /dev/null
+++ b/src/views/wellStatics/modules/wellStaticsByDept.vue
@@ -0,0 +1,104 @@
+
+
+
+
+ 按分局统计闸井数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/wellStatics/modules/wellStaticsByPolice.vue b/src/views/wellStatics/modules/wellStaticsByPolice.vue
new file mode 100644
index 0000000..9e0dea2
--- /dev/null
+++ b/src/views/wellStatics/modules/wellStaticsByPolice.vue
@@ -0,0 +1,105 @@
+
+
+
+
+ 按派出所统计闸井数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index 49592a0..26fe939 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -10,3 +10,20 @@
params
})
}
+
+// 根据分局进行报警统计查询
+export function wellStaticByDept() {
+ return request({
+ url: 'statics/wellStaticsByPDept',
+ method: 'get'
+ })
+}
+// 根据派出所进行报警统计查询
+export function wellStaticByPolice(params) {
+ return request({
+ url: 'statics/wellStaticsByDept',
+ method: 'get',
+ params
+ })
+}
+
diff --git a/src/views/wellStatics/modules/wellStaticsByDept.vue b/src/views/wellStatics/modules/wellStaticsByDept.vue
new file mode 100644
index 0000000..a889ac6
--- /dev/null
+++ b/src/views/wellStatics/modules/wellStaticsByDept.vue
@@ -0,0 +1,104 @@
+
+
+
+
+ 按分局统计闸井数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/wellStatics/modules/wellStaticsByPolice.vue b/src/views/wellStatics/modules/wellStaticsByPolice.vue
new file mode 100644
index 0000000..9e0dea2
--- /dev/null
+++ b/src/views/wellStatics/modules/wellStaticsByPolice.vue
@@ -0,0 +1,105 @@
+
+
+
+
+ 按派出所统计闸井数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/wellStatics/wellStatics.vue b/src/views/wellStatics/wellStatics.vue
new file mode 100644
index 0000000..104393c
--- /dev/null
+++ b/src/views/wellStatics/wellStatics.vue
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+ 按分局统计闸井数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 按派出所统计闸井数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+