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