From 718b5c7146115082692654a1efb8a46e851aa31f Mon Sep 17 00:00:00 2001 From: pengwei Date: Fri, 30 May 2025 15:44:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:1=E3=80=81=E5=B1=80=E9=95=BF=E4=BF=A1?= =?UTF-8?q?=E7=AE=B1=E4=B8=8B=E9=92=BB=EF=BC=9B2=E3=80=81=E6=A1=88?= =?UTF-8?q?=E4=BB=B6=E6=A0=B8=E6=9F=A5=E4=B8=8B=E5=8F=91=E5=A7=93=E5=90=8D?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E6=95=B0=E7=9A=84=E6=98=BE=E7=A4=BA=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/datav/Global.vue | 5 +++++ src/views/datav/Jwpy.vue | 15 +++++++++++++++ src/views/datav/SceneInsp.vue | 7 +++++-- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/src/views/datav/Global.vue b/src/views/datav/Global.vue index b6d1c89..65832dd 100644 --- a/src/views/datav/Global.vue +++ b/src/views/datav/Global.vue @@ -66,6 +66,7 @@ :value="overview.mailboxNumber" :title="`局长信箱`" style="width: 20%; margin-left: 10px" + @click="winOpen('/data/Mailbox')" /> { function open(path) { router.push(path) } + +function winOpen(path) { + window.open(router.resolve(path).href); +} diff --git a/src/views/datav/Jwpy.vue b/src/views/datav/Jwpy.vue index e8f24ff..7cac599 100644 --- a/src/views/datav/Jwpy.vue +++ b/src/views/datav/Jwpy.vue @@ -718,6 +718,11 @@ const option4 = ref({ name: '下发数', type: 'bar', data: [], + label: { + show: true, + position: 'right', + color:'#fff' + }, itemStyle: { color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ offset: 0, @@ -729,6 +734,11 @@ const option4 = ref({ name: '查实数', type: 'bar', data: [], + label: { + show: true, + position: 'right', + color:'#fff' + }, itemStyle: { color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{offset: 0, color: 'rgba(255,218,51,0.52)'}, @@ -739,6 +749,11 @@ const option4 = ref({ name: '办结数', type: 'bar', data: [], + label: { + show: true, + position: 'right', + color:'#fff' + }, itemStyle: { color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ offset: 0, diff --git a/src/views/datav/SceneInsp.vue b/src/views/datav/SceneInsp.vue index 5be28d8..8cad159 100644 --- a/src/views/datav/SceneInsp.vue +++ b/src/views/datav/SceneInsp.vue @@ -261,6 +261,7 @@ size="small" ref="sceneInspZxdcProRankTabs" > +