From 3d1055d625842dfe18f2f3292320e8f7c1a039f9 Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 18 Jul 2025 15:53:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E7=B1=BB=E5=9E=8B=E7=9B=B8=E5=85=B3=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B9=EF=BC=8C=E7=AE=80=E5=8C=96=E7=82=B9?= =?UTF-8?q?=E4=BD=8D=E8=AF=A6=E6=83=85=E5=92=8C=E7=BC=96=E8=BE=91=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/card/point-detail-card.vue | 4 ++-- src/components/card/point-edit-card.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/card/point-detail-card.vue b/src/components/card/point-detail-card.vue index b83c261..eeecd07 100644 --- a/src/components/card/point-detail-card.vue +++ b/src/components/card/point-detail-card.vue @@ -103,10 +103,10 @@ const getStorageStatusTag = (location: StorageLocationInfo) => { {{ $t('站点坐标') }} ({{ rect.x?.toFixed() }},{{ rect.y?.toFixed() }}) - + {{ $t('绑定机器人') }} diff --git a/src/components/card/point-edit-card.vue b/src/components/card/point-edit-card.vue index 7f06d1e..8caa4f4 100644 --- a/src/components/card/point-edit-card.vue +++ b/src/components/card/point-edit-card.vue @@ -234,7 +234,7 @@ function onChangeLocation(i: number, v: string) { - +