From 0d18860da4a69be52e8f312fdaade87edff191b9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 27 六月 2025 10:31:59 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/indicator.js | 7 -------
src/views/followvisit/discharge/index.vue | 21 +++++++++++++++++++--
2 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/src/api/AiCentre/indicator.js b/src/api/AiCentre/indicator.js
index 941b087..17eb8d3 100644
--- a/src/api/AiCentre/indicator.js
+++ b/src/api/AiCentre/indicator.js
@@ -31,13 +31,6 @@
data: data,
});
}
-// 鎸囨爣缁熻
-export function Labelstatistics(Id) {
- return request({
- url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id,
- method: "get",
- });
- }
// 鏂板鎸囨爣
export function addtarget(data) {
diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 93b08e8..2df797f 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -17,7 +17,7 @@
font-weight: 600;
"
>
- {{ item.value ? item.value : 0 }}
+ {{ item.value ? item.value : 0 ? item.value : 0 }}
</div>
</div>
</el-card>
@@ -784,7 +784,24 @@
},
value: [],
list: [],
-
+ topicoptionssort: [
+ {
+ value: 0,
+ label: "鍑洪櫌鏃堕棿(姝e簭)",
+ },
+ {
+ value: 1,
+ label: "鍑洪櫌鏃堕棿(鍊掑簭)",
+ },
+ {
+ value: 2,
+ label: "鍙戦�佹椂闂�(姝e簭)",
+ },
+ {
+ value: 3,
+ label: "鍙戦�佹椂闂�(鍊掑簭)",
+ },
+ ],
sourcetype: [
{
value: 1,
--
Gitblit v1.9.3