From b9385ebf02282331c4fe92915d364d9d11e771bd Mon Sep 17 00:00:00 2001
From: wangdongbo <949818794@qq.com>
Date: Wed, 4 Feb 2026 11:15:17 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E8=AE=BF=E8=AE=A1=E5=88=92=E5=8F=91?=
=?UTF-8?q?=E9=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../archive-detail/follow-up-manage-tab.vue | 499 +++++++++++++-----
pages/case/followup-task-list.vue | 1 +
2 files changed, 363 insertions(+), 137 deletions(-)
diff --git a/pages/case/components/archive-detail/follow-up-manage-tab.vue b/pages/case/components/archive-detail/follow-up-manage-tab.vue
index 8cb1d49..e041c9d 100644
--- a/pages/case/components/archive-detail/follow-up-manage-tab.vue
+++ b/pages/case/components/archive-detail/follow-up-manage-tab.vue
@@ -4,7 +4,10 @@
-
+
我的
@@ -25,38 +28,81 @@
-
+
- 共{{ total }}条
+ 共{{ total }}条
-
+
- 计划日期: {{ i.planDate }}
- {{ i.executorName }}({{ i.executeTeamName }})
+ 计划日期: {{ i.planDate }}
+ {{ i.executorName
+ }}({{ i.executeTeamName }})
{{ i.eventTypeLabel }}
- {{ i.eventStatusLabel }}
+ {{
+ i.eventStatusLabel
+ }}
- {{ i.taskContent || '暂无内容' }}
- 【处理结果】 {{ i.result || '' }}
+ {{ i.taskContent || "暂无内容" }}
+
+
+ 【发送内容】
+
+ {{ i.sendContent }}
+
+
+ 🖼️
+ 📄
+ 📋
+ {{ file.file?.name || file.name }}
+
+
+
+
+
+
+ 【处理结果】 {{ i.result || "" }}
-
-
+
暂无数据
-
+
@@ -105,9 +151,18 @@
所属团队
-
+
- {{ teamPicked.label }}
+ {{ teamPicked.label }}
@@ -117,11 +172,15 @@
计划日期
- {{ planRange[0] || '开始日期' }}
+ {{
+ planRange[0] || "开始日期"
+ }}
-
- {{ planRange[1] || '结束日期' }}
+ {{
+ planRange[1] || "结束日期"
+ }}
@@ -139,18 +198,21 @@