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() { + + - +