From eb45629b670f7e6683953ff60c15946b28a6741e Mon Sep 17 00:00:00 2001 From: MerCry Date: Wed, 25 Feb 2026 14:46:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20LLM=E9=80=89=E6=8B=A9=E5=99=A8=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E9=85=8D=E7=BD=AE=E6=A0=87=E7=AD=BE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=20[AC-ASA-14,=20AC-ASA-15]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复placeholder动态显示当前配置提供者名称 - 添加computedPlaceholder计算属性 - 优化标签显示逻辑,区分'当前配置'和'已选择' --- .../src/components/rag/LLMSelector.vue | 45 +++++++++++++++++-- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/ai-service-admin/src/components/rag/LLMSelector.vue b/ai-service-admin/src/components/rag/LLMSelector.vue index 7ffe06c..675faae 100644 --- a/ai-service-admin/src/components/rag/LLMSelector.vue +++ b/ai-service-admin/src/components/rag/LLMSelector.vue @@ -1,14 +1,15 @@