隐藏提示

This commit is contained in:
shijingjing
2022-08-03 17:11:15 +08:00
parent 3cbead8990
commit 1936ea93a2

View File

@@ -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: "未执行成员" },
],
},
],