Merge remote-tracking branch 'origin/main'
# Conflicts: # src/views/BI/index.vuepull/2/head
commit
18a8e2e92a
|
@ -540,16 +540,25 @@ export default {
|
|||
).then((data) => {
|
||||
var yinhuanCount = []
|
||||
data.valList.forEach((item, index) => {
|
||||
if (item.HIDDENLEVEL == 'hiddenLevel1001') { // 忽略
|
||||
// if (item.HIDDENLEVEL == 'hiddenLevel1001') { // 忽略
|
||||
// yinhuanCount[0] = item.count
|
||||
// } else if (item.HIDDENLEVEL == 'hiddenLevel1002') { // 一般隐患
|
||||
// yinhuanCount[1] = item.count
|
||||
// } else if (item.HIDDENLEVEL == 'pecial') { // 特殊处置
|
||||
// yinhuanCount[2] = item.count
|
||||
// } else if (item.HIDDENLEVEL == 'jdyh001') { // 较大隐患
|
||||
// yinhuanCount[3] = item.count
|
||||
// } else if (item.HIDDENLEVEL == 'hiddenLevel2002') { // 重大隐患
|
||||
// yinhuanCount[4] = item.count
|
||||
// }
|
||||
if (item.HIDDENLEVEL == 'hiddenLevel1004') { // 轻微隐患
|
||||
yinhuanCount[0] = item.count
|
||||
} else if (item.HIDDENLEVEL == 'hiddenLevel1002') { // 一般隐患
|
||||
}else if (item.HIDDENLEVEL == 'hiddenLevel1002') { // 一般隐患
|
||||
yinhuanCount[1] = item.count
|
||||
} else if (item.HIDDENLEVEL == 'pecial') { // 特殊处置
|
||||
yinhuanCount[2] = item.count
|
||||
} else if (item.HIDDENLEVEL == 'jdyh001') { // 较大隐患
|
||||
yinhuanCount[3] = item.count
|
||||
yinhuanCount[2] = item.count
|
||||
} else if (item.HIDDENLEVEL == 'hiddenLevel2002') { // 重大隐患
|
||||
yinhuanCount[4] = item.count
|
||||
yinhuanCount[3] = item.count
|
||||
}
|
||||
})
|
||||
this.initEcharts5(yinhuanCount)
|
||||
|
@ -1056,8 +1065,8 @@ export default {
|
|||
labelLine: {
|
||||
normal: {
|
||||
show: true,
|
||||
length: 10,
|
||||
length2: 10
|
||||
length: 15,
|
||||
length2: 15
|
||||
}
|
||||
},
|
||||
label: {
|
||||
|
|
Loading…
Reference in New Issue