From 179568b64c9d1cb19daa44bedb6f8575173d7c73 Mon Sep 17 00:00:00 2001 From: xiaosi <2652281683@qq.com> Date: Mon, 31 Aug 2026 14:47:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=8A=BD=E5=8F=96=20CommandProgres?= =?UTF-8?q?sFloat=20=E6=8C=87=E4=BB=A4=E8=BF=9B=E5=BA=A6=E6=B5=AE=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandProgressFloat.vue | 52 +++++++++++++++++++++++++ src/views/MonitorView/MonitorView.vue | 47 ++++++---------------- 2 files changed, 64 insertions(+), 35 deletions(-) create mode 100644 src/components/CommandProgressFloat.vue diff --git a/src/components/CommandProgressFloat.vue b/src/components/CommandProgressFloat.vue new file mode 100644 index 0000000..10aff07 --- /dev/null +++ b/src/components/CommandProgressFloat.vue @@ -0,0 +1,52 @@ + + + diff --git a/src/views/MonitorView/MonitorView.vue b/src/views/MonitorView/MonitorView.vue index 37029ea..a149504 100644 --- a/src/views/MonitorView/MonitorView.vue +++ b/src/views/MonitorView/MonitorView.vue @@ -54,41 +54,17 @@
{{ mapScaleText }}
-
-
-
- {{ commandProgress.title }} - {{ commandProgress.deviceName }} -
- -
-
    -
  1. - 确认下发已确认 -
  2. -
  3. - 已下发{{ commandProgress.step >= 2 ? '等待应答' : '…' }} -
  4. -
  5. - - {{ commandProgressTerminalLabel }} - {{ commandProgress.error || commandProgress.result || '…' }} -
  6. -
-
+