From 1936ea93a274571887f0333207246a449c52e46a Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 3 Aug 2022 17:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saas/AppCooperationPropaganda/cooperationDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: "未执行成员" }, ], }, ],