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