From 3c8044efa24525bfd69fe2b2d0c00e87e16f6888 Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Thu, 6 Nov 2025 20:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlanDetail.vue | 28 ++++++++++--------- src/views/monitor/MedicationLogsView.vue | 7 ++--- src/views/monitor/NotificationLogView.vue | 16 +++-------- src/views/monitor/PendingCollectionsView.vue | 7 ++--- src/views/monitor/PigBatchLogsView.vue | 11 ++------ src/views/monitor/PigSickLogsView.vue | 16 ++--------- src/views/monitor/PigTransferLogsView.vue | 11 ++------ src/views/monitor/PlanExecutionLogsView.vue | 9 ++---- .../monitor/RawMaterialStockLogsView.vue | 10 ++----- src/views/monitor/TaskExecutionLogsView.vue | 9 ++---- src/views/monitor/UserActionLogsView.vue | 6 ++-- 11 files changed, 38 insertions(+), 92 deletions(-) diff --git a/src/components/PlanDetail.vue b/src/components/PlanDetail.vue index 6904740f..de996d93 100644 --- a/src/components/PlanDetail.vue +++ b/src/components/PlanDetail.vue @@ -65,9 +65,9 @@ placement="top" > -
{{ task.name }} ({{ task.type === 'waiting' ? '延时任务' : '未知任务' }})
+
{{ task.name }} ({{ task.type === TaskType.WAITING ? '延时任务' : '未知任务' }})

{{ task.description }}

-

+

延时: {{ task.parameters.delay_duration }} 秒

@@ -155,7 +155,7 @@ - + @@ -167,7 +167,7 @@ :disabled="plan.plan_type === '系统任务'"> -