bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user