From 69bf183f0a0586b72fa255a904e972d1cb9788f5 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 21 Nov 2025 14:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=89=8D=E8=B4=9F=E8=B4=A3=E4=BA=BA?= =?UTF-8?q?=E5=85=A8=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/ContentDashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/index/ContentDashboard.vue b/components/index/ContentDashboard.vue index bd0d7af..27fe183 100644 --- a/components/index/ContentDashboard.vue +++ b/components/index/ContentDashboard.vue @@ -422,7 +422,7 @@ const mergedList = computed(() => { list.push({ ...item, sortTime: item.expireTime || '', // 逾期任务使用过期时间排序 - firstOwner: item.owner ? item.owner.split('、')[0] : '' // 只取第一个负责人 + firstOwner: item.owner ? item.owner : '' // 只取第一个负责人 }); });