From 0d18860da4a69be52e8f312fdaade87edff191b9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 27 六月 2025 10:31:59 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/discharge/index.vue |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

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