From 9efd4a80aae58cf36266e774d3c820cc8e115028 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期四, 25 九月 2025 17:33:45 +0800
Subject: [PATCH] test
---
pages/task/infos/task-item.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/task/infos/task-item.vue b/pages/task/infos/task-item.vue
index bf6b196..6cc732f 100644
--- a/pages/task/infos/task-item.vue
+++ b/pages/task/infos/task-item.vue
@@ -216,7 +216,7 @@
getDestText(item) {
const index = this.taskData.taskList.findIndex((a) => a.taskID == item.taskID)
if (index > -1) {
- return this.taskData.taskList[index]?.dest?.name || ""
+ return this.taskData.taskList[index].dest?.name || ""
}
return ""
},
@@ -230,7 +230,7 @@
} else if (task.actionType === 2) {
actionText = "鍙栬揣"
} else if (task.actionType === 3) {
- actionText = `鍗歌揣 绛夊緟${taskData.taskList[index]?.wait || 0}绉抈
+ actionText = `鍗歌揣 绛夊緟${task.wait || 0}绉抈
} else if (task.actionType === 4) {
actionText = "浜哄伐"
}
--
Gitblit v1.9.1