From a0382618885943d5db6409ad664394fc1d9c5e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 3 Nov 2025 10:51:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9B=91=E6=8E=A7):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BF=87=E7=A8=8B=E8=B7=9F=E8=B8=AA=E7=BB=84=E4=BB=B6=E5=8F=8A?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E9=9D=A2=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加TrackMeasure组件用于展示过程跟踪数据,包括入口、炉温、涂层和出口数据的实时监控图表 组件支持WebSocket连接、数据实时更新、图表切换和响应式布局 在主页面中集成该组件并设置相关数据绑定 --- apps/l2/src/components/TrackMeasure/index.vue | 489 ++++++++++++++++++ apps/l2/src/views/index.vue | 14 +- 2 files changed, 502 insertions(+), 1 deletion(-) create mode 100644 apps/l2/src/components/TrackMeasure/index.vue diff --git a/apps/l2/src/components/TrackMeasure/index.vue b/apps/l2/src/components/TrackMeasure/index.vue new file mode 100644 index 0000000..37a31a5 --- /dev/null +++ b/apps/l2/src/components/TrackMeasure/index.vue @@ -0,0 +1,489 @@ + + + + + \ No newline at end of file diff --git a/apps/l2/src/views/index.vue b/apps/l2/src/views/index.vue index 0c8c2c5..1a00498 100644 --- a/apps/l2/src/views/index.vue +++ b/apps/l2/src/views/index.vue @@ -47,6 +47,17 @@ /> + + +
过程跟踪
+ +
+
@@ -59,10 +70,11 @@ import MiniTable from "./components/MiniTable.vue"; import { getLogDataPage } from "@/api/l2/log"; import { getRollHistorytList } from '@/api/l2/roller' import { listPlan } from "@/api/l2/plan"; +import TrackMeasure from "@/components/TrackMeasure/index.vue"; export default { name: "Index", - components: { CurrentTime, HomeMain, MiniTable }, + components: { CurrentTime, HomeMain, MiniTable, TrackMeasure }, data() { return { featureCards: [