From 58cd24c6664429e2a28eef6f7ee2e76c0e9c2d90 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5968728@163.com> Date: 星期一, 18 八月 2025 16:28:36 +0800 Subject: [PATCH] 测试完成 --- src/views/index.vue | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index f589df9..90b71a1 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -20,7 +20,7 @@ <el-row :gutter="20"> <el-col :span="10"> <div class="home-user-task-stats"> - <p>{{ OutpatientData.rs }}</p> + <p>{{ OutpatientData.rc }}</p> <div class="text-color2"> <p>闂ㄨ瘖灏辫瘖閲忥紙浜烘锛�</p> </div> @@ -28,7 +28,7 @@ </el-col> <el-col :span="10"> <div class="home-user-task-stats"> - <p>{{ OutpatientData.rc }}</p> + <p>{{ OutpatientData.rs }}</p> <div class="text-color2"> <p>闂ㄨ瘖鏈嶅姟閲忥紙浜烘锛�</p> </div> @@ -62,7 +62,7 @@ <el-row :gutter="20"> <el-col :span="10"> <div class="home-user-task-stats"> - <p style="color: red">{{ DischargeData.rs }}</p> + <p style="color: red">{{ DischargeData.rc }}</p> </div> <div class="text-color2"> <p>鍑洪櫌灏辫瘖閲忥紙浜烘锛�</p> @@ -70,7 +70,7 @@ </el-col> <el-col :span="10"> <div class="home-user-task-stats"> - <p style="color: red">{{ DischargeData.rc }}</p> + <p style="color: red">{{ DischargeData.rs }}</p> <div class="text-color2"> <p>鍑洪櫌鏈嶅姟閲忥紙浜烘锛�</p> </div> @@ -330,7 +330,7 @@ SkuTop: [], cylinderSeries: [], cylinderXAxis: [], - dyat: 30, + dyat: 6, intervalId: null, }; }, @@ -373,11 +373,11 @@ // 鏀瑰彉鏃堕棿浜嬩欢 changes() { if (this.radio1 == "鍛�") { - this.dyat = 7; + this.dyat = 6; } else if (this.radio1 == "鏈�") { this.dyat = 30; } else { - this.dyat = 360; + this.dyat = 364; } this.getgraphdata(); this.getranking(); @@ -623,7 +623,7 @@ }, }, legend: { - data: ["鍑洪櫌闅忚閲�", "闂ㄨ瘖闅忚閲�", "鍑洪櫌鏈嶅姟浜烘", "闂ㄨ瘖鏈嶅姟浜烘"], + data: ["鍑洪櫌鏈嶅姟閲�", "闂ㄨ瘖鏈嶅姟閲�", "鍑洪櫌灏辫瘖浜烘", "闂ㄨ瘖灏辫瘖浜烘"], }, xAxis: [ { @@ -655,7 +655,7 @@ grid: { top: "35%" }, series: [ { - name: "鍑洪櫌闅忚閲�", + name: "鍑洪櫌鏈嶅姟閲�", type: "bar", tooltip: { valueFormatter: function (value) { @@ -665,7 +665,7 @@ data: [], // 鍒濆涓虹┖锛屽皢閫氳繃API鏁版嵁濉厖 }, { - name: "闂ㄨ瘖闅忚閲�", + name: "闂ㄨ瘖鏈嶅姟閲�", type: "bar", tooltip: { valueFormatter: function (value) { @@ -675,7 +675,7 @@ data: [], // 鍒濆涓虹┖锛屽皢閫氳繃API鏁版嵁濉厖 }, { - name: "鍑洪櫌鏈嶅姟浜烘", + name: "鍑洪櫌灏辫瘖浜烘", type: "line", smooth: 0.3, yAxisIndex: 1, @@ -687,7 +687,7 @@ data: [], // 鍒濆涓虹┖锛屽皢閫氳繃API鏁版嵁濉厖 }, { - name: "闂ㄨ瘖鏈嶅姟浜烘", + name: "闂ㄨ瘖灏辫瘖浜烘", type: "line", smooth: 0.3, yAxisIndex: 1, -- Gitblit v1.9.3