From 7bb4eb30e304829a492bd2b9afb5327f68b6e8b1 Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Tue, 18 Feb 2025 13:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B0=BA=E5=AF=B8=E5=8F=98?= =?UTF-8?q?=E5=8C=96=E9=87=8D=E6=96=B0=E6=B8=B2=E6=9F=93=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/index.vue | 8 +- acupuncture-前台/src/views/indexCom/JM.vue | 752 +++++++++--------- acupuncture-前台/src/views/indexCom/XGZL.vue | 80 +- .../src/views/indexCom/follow.vue | 4 +- .../src/views/indexCom/patient.vue | 6 +- 5 files changed, 454 insertions(+), 396 deletions(-) diff --git a/acupuncture-前台/src/views/index.vue b/acupuncture-前台/src/views/index.vue index 3209a3ec..10d335c5 100644 --- a/acupuncture-前台/src/views/index.vue +++ b/acupuncture-前台/src/views/index.vue @@ -65,9 +65,11 @@ }, methods: { resize() { - // this.$refs.patient.getRenew(); - // this.$refs.JM.getRenew(); - // this.$refs.XGZL.getRenew(); + console.log(111) + this.$refs.patient.getRenew(); + this.$refs.JM.getRenew(); + this.$refs.XGZL.getRenew(); + this.$refs.follow.getRenew(); }, // 周 月 季 年 radioChange(_data, _type, _timeType) { diff --git a/acupuncture-前台/src/views/indexCom/JM.vue b/acupuncture-前台/src/views/indexCom/JM.vue index fb22db5e..b4a6127e 100644 --- a/acupuncture-前台/src/views/indexCom/JM.vue +++ b/acupuncture-前台/src/views/indexCom/JM.vue @@ -1,392 +1,404 @@ + .title-bor { + display: inline-block; + height: 20px; + width: 6px; + background: #4f8bff; + margin-right: 10px; + border-radius: 8px; + } + \ No newline at end of file diff --git a/acupuncture-前台/src/views/indexCom/XGZL.vue b/acupuncture-前台/src/views/indexCom/XGZL.vue index 6999702d..87fd2473 100644 --- a/acupuncture-前台/src/views/indexCom/XGZL.vue +++ b/acupuncture-前台/src/views/indexCom/XGZL.vue @@ -22,33 +22,74 @@ -
+ +
-
- -
- 病种穴位分布 -
+
+ +
+ 病种穴位分布 +
+
-
-
- -
- -
- +
+
+
+ +
--> +
+ +
+ 治疗效果 +
+
+
+ + 治愈 +
+
+ + 显效 +
+
+ + 好转 +
+
+ + 无效 +
+
+
+
+
+
+
+
+
+
+ +
+ 诊疗费用分布 +
+
+
+
+
+
+
+
-
+
@@ -198,7 +239,7 @@ ] this.handleEffect() // 治疗费用 - this.costValue =[zlfy.score1,zlfy.score2,zlfy.score3,zlfy.score4,zlfy.score5] + this.costValue = [zlfy.score1, zlfy.score2, zlfy.score3, zlfy.score4, zlfy.score5] this.handleCost() }); this.loading = false; @@ -263,8 +304,9 @@ }, // 重新渲染图标 getRenew() { - this.Linepatient(); - this.columnar(); + this.handleHealType(); + this.handleEffect(); + this.handleCost() }, }, }; diff --git a/acupuncture-前台/src/views/indexCom/follow.vue b/acupuncture-前台/src/views/indexCom/follow.vue index 8bd0f5ba..e663919b 100644 --- a/acupuncture-前台/src/views/indexCom/follow.vue +++ b/acupuncture-前台/src/views/indexCom/follow.vue @@ -146,8 +146,8 @@ }, // 重新渲染图标 getRenew() { - // this.Linepatient(); - // this.columnar(); + this.handleFollow(); + this.handleLossFollow() }, }, }; diff --git a/acupuncture-前台/src/views/indexCom/patient.vue b/acupuncture-前台/src/views/indexCom/patient.vue index 4bd8527e..40cd0a28 100644 --- a/acupuncture-前台/src/views/indexCom/patient.vue +++ b/acupuncture-前台/src/views/indexCom/patient.vue @@ -245,8 +245,10 @@ }, // 重新渲染图标 getRenew() { - // this.Linepatient(); - // this.columnar(); + this.Linepatient(); // 患者总数 + this.handleAge(); // 年龄 + this.columnar(); //性别分析图 + this.handleDisease(); //病种分布 }, }, };