From ed1200c59b190b6a902a2ada1a07e131fe15c5c3 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 27 Sep 2023 10:06:11 +0800 Subject: [PATCH] change --- src/pages/modules/home/home.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/modules/home/home.vue b/src/pages/modules/home/home.vue index 3183a3f..5dd778c 100644 --- a/src/pages/modules/home/home.vue +++ b/src/pages/modules/home/home.vue @@ -12,7 +12,7 @@
当前任务: - {{dataInfo.task_status}} + {{dataInfo.task_name}}
@@ -27,12 +27,12 @@
当前速度: - {{dataInfo.task_num}} + {{dataInfo.speed}}
AGV故障: - {{dataInfo.agv_error}} + {{dataInfo.error_name}}