From 5f59225aed610333fa304d2d8fcbf5a54eebf18c Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 10 Jul 2025 11:06:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=E8=B7=AF=E6=AE=B5?= =?UTF-8?q?=E6=96=B9=E5=90=91=E9=80=89=E6=8B=A9=E5=99=A8=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E7=94=A8=E6=88=B7=E6=97=A0=E6=B3=95=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=96=B9=E5=90=91=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/card/route-edit-card.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/card/route-edit-card.vue b/src/components/card/route-edit-card.vue index b141458..ba32cab 100644 --- a/src/components/card/route-edit-card.vue +++ b/src/components/card/route-edit-card.vue @@ -74,7 +74,11 @@ const route = computed(() => { {{ $t('路段方向') }}: - + {{ editor.getRouteLabel(id, 1) }} {{ editor.getRouteLabel(id, -1) }}