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 @@ + + + + + + 图表视图: + + + {{ chart.label }} + + + + + + 连接状态:{{ isConnected ? '已连接' : '连接中...' }} + + + + + + {{ currentChartLabel }} + + + + + + + + \ 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: [