cuiqian2004
2025-09-19 d8743368ffda9bc0fb2c6818f695a9a6b1079e57
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 = "人工"
               }