From d8743368ffda9bc0fb2c6818f695a9a6b1079e57 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 19 九月 2025 18:22:15 +0800
Subject: [PATCH] laster
---
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