diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/chat/index.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/chat/index.vue
index 1686e47..a4009de 100644
--- a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/chat/index.vue
+++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/chat/index.vue
@@ -1,14 +1,12 @@
-
-
-
iAOP 对话助手
-
-
- {{ m }}
-
-
- {{ offline ? '网关离线 / dry-run' : '网关在线' }}
-
-
-
+
+
+
+ {{ m }}
+
+
+ {{ offline ? '网关离线 / dry-run' : '网关在线' }}
+
+
推理服务离线或 dry-run 占位:回答可能为占位内容(未连接上游推理服务)。
@@ -119,37 +113,20 @@ async function send() {
/>
发送
-
+
diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/KpiCard.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/KpiCard.vue
index 6eb677f..15fa49d 100644
--- a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/KpiCard.vue
+++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/KpiCard.vue
@@ -1,8 +1,8 @@
-
-
+
+
+
+ {{ inferOnline ? '● 推理服务在线' : '○ 推理服务离线' }}
+
+
-