diff --git a/src/components/Echarts/Treemap.vue b/src/components/Echarts/Treemap.vue
index da1b573..b600273 100644
--- a/src/components/Echarts/Treemap.vue
+++ b/src/components/Echarts/Treemap.vue
@@ -1,3 +1,10 @@
+
@@ -5,6 +12,7 @@
diff --git a/src/config/api.js b/src/config/api.js
index 68e2ab7..306c3bf 100644
--- a/src/config/api.js
+++ b/src/config/api.js
@@ -3,7 +3,7 @@
* @email: 18603454788@163.com
* @Date: 2021-01-29 11:16:27
* @LastEditors: wally
- * @LastEditTime: 2021-02-18 14:38:07
+ * @LastEditTime: 2021-02-18 16:20:23
*/
import axios from 'axios';
let { proxyUrl, msgUrl } = require('@/config/setting');
@@ -12,6 +12,7 @@ const tcm = `${proxyUrl}/tcm`;
const patient = `${tcm}/patient`; // 患者相关接口
const imp = `${tcm}/import`; // 试题相关接口
const inpatient = `${tcm}/inpatient`; // 对照组接口
+const statistics = `${tcm}/statistics`; // 数据统计相关接口
// 保存患者病例信息
export const saveCaseMes = params => axios.post(`${patient}/saveCaseMes`, params);
@@ -32,3 +33,12 @@ export const selSearchCriteriaList = params => axios.post(`${patient}/selSearchC
export const queryAll = params => axios.post(`${tcm}/question/queryAll`, params);
// 查询所有对照组的信息
export const getQuery = params => axios.post(`${inpatient}/query`, params);
+
+// 查询统计病例数据
+export const complete = params => axios.post(`${statistics}/complete`, params);
+
+// 查询病例分析
+export const countAnalysis = params => axios.post(`${statistics}/countAnalysis`, params);
+
+// 查询每日病例统计
+export const countCase = params => axios.post(`${statistics}/countCase`, params);
diff --git a/src/views/PatientInfo/PatientInfo.vue b/src/views/PatientInfo/PatientInfo.vue
index e940bb7..646a29e 100644
--- a/src/views/PatientInfo/PatientInfo.vue
+++ b/src/views/PatientInfo/PatientInfo.vue
@@ -1,6 +1,6 @@
-
+
@@ -55,17 +55,23 @@
-
- A
-
-
- B
-
-
- 其他
+
+ {{ ques.showValue }}
-
+
@@ -79,17 +85,25 @@
-
- A
+
+ {{ ques.showValue }}
-
- B
-
-
- 其他
+
+
-
说明:
@@ -120,14 +134,14 @@
-
-
-
- 高血压
- 高血脂
- 高血糖
+
+
+
+ 没有单选题
+ 没有单选题
+ 没有单选题
-
+
A
@@ -140,10 +154,13 @@
-
- Lucy
+
+ Lucy1
+ Lucy2
+ Lucy3
+ Lucy4
-
+
@@ -151,28 +168,35 @@
Upload
-
+
高血压
高血脂
高血糖
+ 其它
+
+ -->
-
+
-
- A
-
-
- B
-
-
- 其他
+
+ {{ ques.showValue }}
+ {{ e.id }}
-
+
@@ -184,7 +208,7 @@
-
+
A
@@ -203,33 +227,33 @@
- 高血压
- 高血脂
- 高血糖
-
+ 高血压
+ 高血脂
+ 高血糖
+
其它
-
+
- 数字输入框
+
图片识别
-
+
+ 提交