隐藏提示
This commit is contained in:
@@ -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: "未执行成员" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user