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 : '' // 只取第一个负责人 }); });