diff --git a/src/views/backOfficeSystem/HumanIntelligence/RlStatisticalAnalysis/index.vue b/src/views/backOfficeSystem/HumanIntelligence/RlStatisticalAnalysis/index.vue index 3867909..6f92c03 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/RlStatisticalAnalysis/index.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/RlStatisticalAnalysis/index.vue @@ -130,7 +130,7 @@ const init = () => { }) }); - // 获取处置状态统计 + // 获取处置状态统计 qcckPost(data, '/mosty-gsxt/qbcj/getXscjTjByCzzt').then(res => { let arr = res || []; obj.czztList = arr.map(v=>{ diff --git a/src/views/home/echarts/pieEcharts.vue b/src/views/home/echarts/pieEcharts.vue index 17d4bb8..c172488 100644 --- a/src/views/home/echarts/pieEcharts.vue +++ b/src/views/home/echarts/pieEcharts.vue @@ -9,11 +9,11 @@ import { ref, watch ,defineProps,nextTick } from "vue"; const props = defineProps({ echartsId:{ type:String, - default:'lineId' + default:'barId' }, color:{ type:String, - default:'lineId' + default:'#0072ff' }, data:{ type:Array, @@ -72,7 +72,7 @@ const initChart = (data) => { }, series: [ { - name: "情报反馈统计", + name: "", type: "pie", radius: ["40%", "75%"], center: ["30%", "50%"], diff --git a/src/views/home/model/qbfkCount.vue b/src/views/home/model/qbfkCount.vue index dc84b84..3aa4dd3 100644 --- a/src/views/home/model/qbfkCount.vue +++ b/src/views/home/model/qbfkCount.vue @@ -3,152 +3,34 @@ 情报反馈统计
-
+ +