bug
This commit is contained in:
		| @@ -89,9 +89,9 @@ | |||||||
|           <div class="item"> |           <div class="item"> | ||||||
|             <div class="title">消息回复率</div> |             <div class="title">消息回复率</div> | ||||||
|             <div class="item-top DonutChart-wrapper"> |             <div class="item-top DonutChart-wrapper"> | ||||||
|               <DonutChart v-if="leftIndex === 1" :ratio="replyPercentage.yestodaySum" text="昨日"></DonutChart> |               <DonutChart v-if="leftIndex === 1" :ratio="replyPercentage ? replyPercentage.yestodaySum : 0" text="昨日"></DonutChart> | ||||||
|               <DonutChart v-if="leftIndex === 1" :ratio="replyPercentage.weekSum" text="近7天"></DonutChart> |               <DonutChart v-if="leftIndex === 1" :ratio="replyPercentage ? replyPercentage.weekSum : 0" text="近7天"></DonutChart> | ||||||
|               <DonutChart v-if="leftIndex === 1" :ratio="replyPercentage.monthSum" text="近1个月"></DonutChart> |               <DonutChart v-if="leftIndex === 1" :ratio="replyPercentage ? replyPercentage.monthSum : 0" text="近1个月"></DonutChart> | ||||||
|             </div> |             </div> | ||||||
|           </div> |           </div> | ||||||
|           <div class="item"> |           <div class="item"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user