默认0
This commit is contained in:
@@ -345,13 +345,9 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page_picker {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
</style>
|
||||
@@ -301,9 +301,9 @@ export default {
|
||||
show: true,
|
||||
formatter: ({ name, value }) => {
|
||||
if (this.tabIndex == 0) {
|
||||
return `{name|任务达成率\n\n}{value|${ this.detail.completionRate }%}`;
|
||||
return `{name|任务达成率\n\n}{value|${ this.detail.completionRate || 0 }%}`;
|
||||
} else {
|
||||
return `{name|群发送达率\n\n}{value|${ this.detail.completionRate }%}`;
|
||||
return `{name|群发送达率\n\n}{value|${ this.detail.completionRate || 0 }%}`;
|
||||
}
|
||||
},
|
||||
textStyle: {
|
||||
|
||||
Reference in New Issue
Block a user