From 9b9b9df1d2e6a9c1691a0d8291cdba1cc298a3df Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期四, 20 六月 2024 22:56:35 +0800 Subject: [PATCH] update --- src/views/mdc/processParam/index.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/mdc/processParam/index.vue b/src/views/mdc/processParam/index.vue index 379c2f3..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: '', @@ -353,7 +352,7 @@ tooltip: { show: true, trigger: 'item', - // position: 'dom', + position: 'top', triggerOn: 'click', formatter: (value, ticket) => { // console.log('----------1111') @@ -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