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 @@