From 7b045ac834a6aa3396b2fa3390141397343c33e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Tue, 13 May 2025 10:26:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(knowledge):=20=E4=BF=AE=E5=A4=8D=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E8=AE=BE=E7=BD=AE=E4=B8=AD=E7=9A=84=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 SearchSetting 组件中,将 el-option 的 label 属性从 item.label 改为 item.model - 在 SearchForm 组件中,同样将 el-option 的 label 属性从 item.label 改为 item.model - 这些修改确保了模型列表中显示的是正确的模型名称而不是标签 --- src/views/knowledge/detail/components/SearchSetting/Index.vue | 2 +- .../knowledge/detail/components/SearchSetting/SearchForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/knowledge/detail/components/SearchSetting/Index.vue b/src/views/knowledge/detail/components/SearchSetting/Index.vue index 32dba27..f6409a2 100644 --- a/src/views/knowledge/detail/components/SearchSetting/Index.vue +++ b/src/views/knowledge/detail/components/SearchSetting/Index.vue @@ -19,7 +19,7 @@ diff --git a/src/views/knowledge/detail/components/SearchSetting/SearchForm.vue b/src/views/knowledge/detail/components/SearchSetting/SearchForm.vue index ffd83c8..743cef0 100644 --- a/src/views/knowledge/detail/components/SearchSetting/SearchForm.vue +++ b/src/views/knowledge/detail/components/SearchSetting/SearchForm.vue @@ -56,7 +56,7 @@