送达率

This commit is contained in:
shijingjing
2022-08-03 15:47:46 +08:00
parent 15b7398397
commit 9e30e7bed3

View File

@@ -301,9 +301,9 @@ export default {
show: true,
formatter: ({ name, value }) => {
if (this.tabIndex == 0) {
return `{name|任务达成率\n\n}{value|${value / this.info.planCount }%}`;
return `{name|任务达成率\n\n}{value|${ this.detail.completionRate }%}`;
} else {
return `{name|群发送达率\n\n}{value|${value / this.info.planCount }%}`;
return `{name|群发送达率\n\n}{value|${ this.detail.completionRate }%}`;
}
},
textStyle: {