From 662e0a9bdff1fdc05fe72c02c74d233ed9b77160 Mon Sep 17 00:00:00 2001
From: q15971095971 <764419406@qq.com>
Date: Wed, 30 Oct 2024 11:55:54 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E7=A4=BA=E4=BE=8B?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=EF=BC=88=E6=96=87=E4=BB=B6=E5=90=8D?=
=?UTF-8?q?=EF=BC=89=E5=90=88=E5=B9=B6=E5=90=8E=E7=9A=84=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E6=90=9C=E7=B4=A2=E5=BC=82=E5=B8=B8?=
=?UTF-8?q?=E9=97=AE=E9=A2=98--bug=3D132751041=20(#19)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../example/components/config-selector.vue | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/ui/src/views/space/client/example/components/config-selector.vue b/ui/src/views/space/client/example/components/config-selector.vue
index d565d5678..5ac7c5117 100644
--- a/ui/src/views/space/client/example/components/config-selector.vue
+++ b/ui/src/views/space/client/example/components/config-selector.vue
@@ -16,13 +16,18 @@
- {{ configName }}
+ {{ originalConfigName }}
{{ $t('请选择') }}
-
+
+
@@ -31,7 +36,7 @@