|
|
|
|
@ -147,8 +147,8 @@
|
|
|
|
|
</datav-card> |
|
|
|
|
<datav-card title="问题类型占比"> |
|
|
|
|
<v-charts |
|
|
|
|
style="height: 320px" |
|
|
|
|
:option="zfbaPieOption" |
|
|
|
|
style="height: 300px" |
|
|
|
|
:option="wtlxPieOption" |
|
|
|
|
autoresize |
|
|
|
|
/> |
|
|
|
|
</datav-card> |
|
|
|
|
@ -344,6 +344,8 @@ const wtlxPieOption = computed(() => {
|
|
|
|
|
color: "#fff", |
|
|
|
|
}, |
|
|
|
|
data: wtlxlist.value, |
|
|
|
|
width: 350, |
|
|
|
|
height: 300 |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}; |
|
|
|
|
@ -372,6 +374,7 @@ function getData() {
|
|
|
|
|
fxsjlist.value = res.fxsjlist; |
|
|
|
|
jsdwlist.value = res.jsdwlist; |
|
|
|
|
ywzblist.value = res.ywzblist; |
|
|
|
|
wtlxlist.value = res.wtlxlist; |
|
|
|
|
}); |
|
|
|
|
getGobalRecentlyTrendByMonth(new Date().getFullYear()).then((res) => { |
|
|
|
|
proTrend.value.xAxis.data = res.monthList; |
|
|
|
|
|