diff --git a/src/pages/manual/ExceptionHand.vue b/src/pages/manual/ExceptionHand.vue index 61d39e2..bcedf10 100644 --- a/src/pages/manual/ExceptionHand.vue +++ b/src/pages/manual/ExceptionHand.vue @@ -40,7 +40,7 @@ {{ e.task_name }} - {{e.task_status}} + {{ ['生成', '确定起点', '确定终点', '确认起点和终点', '下发', '执行中', '完成', '取消'][Number(e.task_status) - 1] }} {{e.start_point}} {{e.end_point}} {{e.vehicle_type}} @@ -76,7 +76,7 @@