Browse Source

fix:1、局长信箱下钻;2、案件核查下发姓名下发数的显示;

main
pengwei 6 months ago
parent
commit
718b5c7146
  1. 5
      src/views/datav/Global.vue
  2. 15
      src/views/datav/Jwpy.vue
  3. 3
      src/views/datav/SceneInsp.vue

5
src/views/datav/Global.vue

@ -66,6 +66,7 @@
:value="overview.mailboxNumber"
:title="`局长信箱`"
style="width: 20%; margin-left: 10px"
@click="winOpen('/data/Mailbox')"
/>
<datav-statistic
:value="overview.complaintPro"
@ -720,6 +721,10 @@ const wtlxzbAnimationStop = () => {
function open(path) {
router.push(path)
}
function winOpen(path) {
window.open(router.resolve(path).href);
}
</script>

15
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,

3
src/views/datav/SceneInsp.vue

@ -261,6 +261,7 @@
size="small"
ref="sceneInspZxdcProRankTabs"
>
<template
v-for="item in dict.specialSupervision"
:key="item.dictValue"
@ -1106,6 +1107,8 @@ function handlePerviewFile(msg) {
files.value = JSON.parse(msg.files)
}
}
console.log('dict.specialSupervision',dict.specialSupervision)
</script>
<style lang="scss" scoped>

Loading…
Cancel
Save