From 358f213eac65a1d1d367957e982933cc971a0a24 Mon Sep 17 00:00:00 2001 From: xudan Date: Sat, 11 Oct 2025 11:15:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=8D=A1=E7=89=87=E4=B8=AD=E5=A4=84=E7=90=86?= =?UTF-8?q?=E6=9C=AA=E5=AE=9A=E4=B9=89=E7=8A=B6=E6=80=81=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E2=80=9C=E6=9C=AA=E7=9F=A5=E2=80=9D=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA=E4=BB=A5=E6=8F=90=E5=8D=87=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/card/robot-detail-card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/card/robot-detail-card.vue b/src/components/card/robot-detail-card.vue index 2661135..7d7be0b 100644 --- a/src/components/card/robot-detail-card.vue +++ b/src/components/card/robot-detail-card.vue @@ -147,7 +147,7 @@ const getDoInfo = (information: AmrRedisState['information'] | undefined) => { - {{ $t(RobotState[robot.state]) }} + {{ RobotState[robot.state] || '未知' }}