隐藏提示
This commit is contained in:
@@ -274,7 +274,7 @@ export default {
|
|||||||
this.pieEcharts = echarts.init(document.getElementById("pieEcharts"));
|
this.pieEcharts = echarts.init(document.getElementById("pieEcharts"));
|
||||||
this.pieEcharts.setOption({
|
this.pieEcharts.setOption({
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: "item",
|
show: false,
|
||||||
},
|
},
|
||||||
color: ["#1684fc", "#ccc"],
|
color: ["#1684fc", "#ccc"],
|
||||||
series: [
|
series: [
|
||||||
@@ -322,7 +322,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ value: this.info.unExecutedCount, name: "未送达数量" },
|
{ value: this.info.unExecutedCount, name: "未执行成员" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user