From 8e72ec6d2472661d0d89e7c7fd62bd317c5ae270 Mon Sep 17 00:00:00 2001
From: Jafeng <2998840497@qq.com>
Date: Mon, 26 Jan 2026 16:47:35 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E6=9C=8D=E5=8A=A1=E8=AE=B0=E5=BD=95?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8E=A5=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../archive-detail/service-info-tab.vue | 234 +++++++++++++++---
pages/case/service-record-detail.vue | 226 +++++++++++------
utils/api.js | 5 +
utils/service-type-const.js | 42 ++++
4 files changed, 397 insertions(+), 110 deletions(-)
create mode 100644 utils/service-type-const.js
diff --git a/components/archive-detail/service-info-tab.vue b/components/archive-detail/service-info-tab.vue
index 4878839..90f1eb5 100644
--- a/components/archive-detail/service-info-tab.vue
+++ b/components/archive-detail/service-info-tab.vue
@@ -45,7 +45,7 @@
- {{ i.taskContent || '暂无内容' }}(处理结果: {{ i.result }})
+ {{ i.taskContentDisplay || '暂无内容' }}
@@ -85,7 +85,11 @@