From 54e72cd82318ae0ec2016c3a09e266755fa33893 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Fri, 12 Jan 2024 13:50:44 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E4=BA=BA=E6=95=B0=E7=BB=9F?=
=?UTF-8?q?=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system/dataStatisticsCount.js | 10 +
.../system/dataStatisticsCount/index.vue | 485 ++++++++++++++++++
2 files changed, 495 insertions(+)
create mode 100644 src/api/system/dataStatisticsCount.js
create mode 100644 src/views/system/dataStatisticsCount/index.vue
diff --git a/src/api/system/dataStatisticsCount.js b/src/api/system/dataStatisticsCount.js
new file mode 100644
index 0000000..1301264
--- /dev/null
+++ b/src/api/system/dataStatisticsCount.js
@@ -0,0 +1,10 @@
+import request from '@/utils/request'
+
+// 查询优惠券信息列表
+export function areaPatientCount(query) {
+ return request({
+ url: '/system/dataStatistics/areaPatientCount',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/views/system/dataStatisticsCount/index.vue b/src/views/system/dataStatisticsCount/index.vue
new file mode 100644
index 0000000..a1d64ef
--- /dev/null
+++ b/src/views/system/dataStatisticsCount/index.vue
@@ -0,0 +1,485 @@
+
+
+
+
+
+
+ ---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file