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}}