From eef0168f78d81a6eb8856976c3e04cc1046c32df Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 16 一月 2025 10:38:29 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/discharge/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 624a9cb..85dbad0 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -221,7 +221,8 @@
           width="120"
         >
           <template slot-scope="scope">
-            <div v-if="scope.row.sendstate == 1">
+            <el-tooltip class="item" effect="dark" :content="scope.row.remark" placement="top-start">
+              <div v-if="scope.row.sendstate == 1">
               <el-tag type="primary" :disable-transitions="false"
                 >琚鍙�</el-tag
               >
@@ -247,6 +248,8 @@
             <div v-if="scope.row.sendstate == 6">
               <el-tag type="danger" :disable-transitions="false">宸插畬鎴�</el-tag>
             </div>
+    </el-tooltip>
+
           </template>
         </el-table-column>
         <!-- <el-table-column

--
Gitblit v1.9.3