From df6776caba5b66ec38a1d962c71d789a30f56c53 Mon Sep 17 00:00:00 2001 From: bot_dev2 Date: Thu, 6 Aug 2026 12:56:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=20issue=20#168=20[B2?= =?UTF-8?q?]=20=E9=A9=BE=E9=A9=B6=E8=88=B1=E9=87=8D=E6=9E=84=EF=BC=88?= =?UTF-8?q?=E4=B8=8B=EF=BC=89=E2=80=94=E2=80=94=E5=AE=9E=E6=97=B6=E8=B6=8B?= =?UTF-8?q?=E5=8A=BF=EF=BC=88SVG=20=E6=8A=98=E7=BA=BF=202s=20=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=EF=BC=89+=20NL=20=E6=9F=A5=E8=AF=A2=EF=BC=88infer.ts?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/iaop/cockpit/components/NlQuery.vue | 75 +++++++++++++++++ .../iaop/cockpit/components/TrendChart.vue | 83 +++++++++++++++++++ .../src/views/iaop/cockpit/index.vue | 8 +- 3 files changed, 164 insertions(+), 2 deletions(-) create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/NlQuery.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/TrendChart.vue diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/NlQuery.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/NlQuery.vue new file mode 100644 index 0000000..147f90a --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/NlQuery.vue @@ -0,0 +1,75 @@ + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/TrendChart.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/TrendChart.vue new file mode 100644 index 0000000..0a8f7ea --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/TrendChart.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/index.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/index.vue index 946e321..bd2616d 100644 --- a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/index.vue +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/index.vue @@ -11,7 +11,9 @@ import { loadCockpitPlan } from '#/api/iaop/templates'; import AlarmPanel from './components/AlarmPanel.vue'; import KpiCard from './components/KpiCard.vue'; +import NlQuery from './components/NlQuery.vue'; import ProcessFlow from './components/ProcessFlow.vue'; +import TrendChart from './components/TrendChart.vue'; interface PlanWidget { type: string; @@ -87,12 +89,14 @@ async function refreshHealth() { + + - +