From febdd5b9177b32996b0649a7fe4bde882964f0c9 Mon Sep 17 00:00:00 2001 From: bot_dev2 Date: Thu, 6 Aug 2026 12:56:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=20issue=20#167=20[B1?= =?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=8A=EF=BC=89=E2=80=94=E2=80=94=E5=B8=83=E5=B1=80+?= =?UTF-8?q?=E5=9B=9B=E7=8A=B6=E6=80=81=E5=B7=A5=E8=89=BA+KPI=20=E5=8D=A1?= =?UTF-8?q?=E7=89=87+=E5=91=8A=E8=AD=A6=E9=9D=A2=E6=9D=BF=EF=BC=88?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=20JSON=20=E9=A9=B1=E5=8A=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iaop/cockpit/components/AlarmPanel.vue | 86 +++++++++++ .../views/iaop/cockpit/components/KpiCard.vue | 82 +++++++++++ .../iaop/cockpit/components/ProcessFlow.vue | 109 ++++++++++++++ .../src/views/iaop/cockpit/index.vue | 137 ++++++++++++++++++ 4 files changed, 414 insertions(+) create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/AlarmPanel.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/KpiCard.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/ProcessFlow.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/index.vue diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/AlarmPanel.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/AlarmPanel.vue new file mode 100644 index 0000000..ad74379 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/AlarmPanel.vue @@ -0,0 +1,86 @@ + + + + + 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 new file mode 100644 index 0000000..6eb677f --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/KpiCard.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/ProcessFlow.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/ProcessFlow.vue new file mode 100644 index 0000000..c9f3fba --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/components/ProcessFlow.vue @@ -0,0 +1,109 @@ + + + + + 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 new file mode 100644 index 0000000..946e321 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/cockpit/index.vue @@ -0,0 +1,137 @@ + + + + +