diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 889ae4c4..c0eaba3d 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -274,7 +274,7 @@ export default { this.pieEcharts = echarts.init(document.getElementById("pieEcharts")); this.pieEcharts.setOption({ tooltip: { - trigger: "item", + show: false, }, color: ["#1684fc", "#ccc"], series: [ @@ -322,7 +322,7 @@ export default { }, }, }, - { value: this.info.unExecutedCount, name: "未送达数量" }, + { value: this.info.unExecutedCount, name: "未执行成员" }, ], }, ],