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(); //病种分布 }, }, };