From 9207a916b6fcd184f2d49e616084ff9a6e78a9dc Mon Sep 17 00:00:00 2001
From: XingChuan <m17600301067@163.com>
Date: 星期四, 27 五月 2021 15:20:43 +0800
Subject: [PATCH] 所有报表数据提取出来并更换数据请求方式
---
public/assets/indexStatistics.json | 26 ++++++++++++++++++++++++++
public/assets/warn.json | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/public/assets/indexStatistics.json b/public/assets/indexStatistics.json
new file mode 100644
index 0000000..7ff8888
--- /dev/null
+++ b/public/assets/indexStatistics.json
@@ -0,0 +1,26 @@
+[
+ {
+ "date": "闆嗗洟鍏徃",
+ "name": "35",
+ "province": "23",
+ "city": "11",
+ "address": 235,
+ "zip": 23
+ },
+ {
+ "date": "澶╂触鐭冲寲",
+ "name": 32,
+ "province": 33,
+ "city": 44,
+ "address": 53,
+ "zip": 200333
+ },
+ {
+ "date": "娴庡崡鐐煎寲",
+ "name": 35,
+ "province": 13,
+ "city": 33,
+ "address": 44,
+ "zip": 200333
+ }
+]
\ No newline at end of file
diff --git a/public/assets/warn.json b/public/assets/warn.json
new file mode 100644
index 0000000..923c277
--- /dev/null
+++ b/public/assets/warn.json
@@ -0,0 +1,34 @@
+[
+ {
+ "date": "闆嗗洟鍏徃",
+ "name": 1,
+ "province": 1,
+ "city": 0,
+ "address": 1,
+ "zip": 0
+ },
+ {
+ "date": "澶╂触鐭冲寲",
+ "name": 1,
+ "province": 0,
+ "city": 1,
+ "address": 1,
+ "zip": 2
+ },
+ {
+ "date": "XXX鐐煎寲",
+ "name": 1,
+ "province": 2,
+ "city": 0,
+ "address": 0,
+ "zip": 1
+ },
+ {
+ "date": "XXX鐐煎寲2",
+ "name": 1,
+ "province": 2,
+ "city": 0,
+ "address": 0,
+ "zip": 1
+ }
+]
\ No newline at end of file
--
Gitblit v1.8.0