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. -
-
+