From fdb97cca1f302db3fe07cc700130a085d991d682 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期三, 19 六月 2024 22:41:49 +0800
Subject: [PATCH] 1

---
 src/views/mdc/processParam/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/mdc/processParam/index.vue b/src/views/mdc/processParam/index.vue
index 26e72ba..1053491 100644
--- a/src/views/mdc/processParam/index.vue
+++ b/src/views/mdc/processParam/index.vue
@@ -275,8 +275,7 @@
                 tooltip: {
                     position: ['50%', '50%']
                 },
-                legend: [
-                ],
+                legend: {},
                 title: {
                     text: '',
                     subtext: '',
@@ -363,7 +362,7 @@
                             // return current.format('HH:mm')
                             // return value
                             if (i == 0 || current === 0) return ''
-                            return `${name}:寮�濮嬫椂闂�${moment(data.data[i - 1].time).format('HH:mm')}-${moment(item.time).format('HH:mm')}`
+                            return `${name}:鏃舵${moment(data.data[i - 1].time).format('HH:mm')}-${moment(item.time).format('HH:mm')}`
                         }
                     },
                 }
@@ -378,6 +377,9 @@
                     //     return current.format('HH:mm')
                     // }
                 },
+                legend: {
+                    selectedMode: false
+                },
                 title: {
                     text: '',
                     subtext: '',

--
Gitblit v1.9.3