From c00ebe88baac74f50900c1aa233d190aa081938c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 17 Sep 2025 18:39:35 +0800
Subject: [PATCH] feat:修复

---
 src/views/tickets/ticket.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index 98ee735..91c4cce 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -1355,8 +1355,7 @@
           // 修改这里:使用 types 数组查找对应的 label
           value:
             this.types.find(t => t.value === this.currentDetail.type)?.label ||
-            this.currentDetail.type ||
-            '/',
+            this.currentDetail.type 
         },
         { label: '关联任务', value: this.currentDetail.job_name || '/' },
         { label: '任务发起人', value: this.currentDetail.creator },
@@ -1366,8 +1365,7 @@
           label: '关联算法',
           value:
             this.algorithms.find(t => t.value === this.currentDetail.aiType)?.label ||
-            this.currentDetail.aiType ||
-            '/',
+            this.currentDetail.aiType 
         },
         { label: '发起单位', value: this.currentDetail.department },
         { label: '发起任务时间', value: this.currentDetail.startTime },

--
Gitblit v1.9.3