This commit is contained in:
yanran200730
2022-08-04 17:57:41 +08:00
parent f005576cb6
commit 1dacec1de0

View File

@@ -89,7 +89,7 @@
<div class="item">
<div class="title">消息回复率</div>
<div class="item-top DonutChart-wrapper">
<DonutChart v-if="leftIndex === 1" :ratio="replyPercentage ? replyPercentage.yestodaySum : 0" text="昨日"></DonutChart>
<DonutChart v-if="leftIndex === 1" :ratio="replyPercentage ? replyPercentage.replyPercentage : 0" text="昨日"></DonutChart>
<DonutChart v-if="leftIndex === 1" :ratio="replyPercentage ? replyPercentage.weekSum : 0" text="近7天"></DonutChart>
<DonutChart v-if="leftIndex === 1" :ratio="replyPercentage ? replyPercentage.monthSum : 0" text="近1个月"></DonutChart>
</div>