diff --git a/src/shared/components/StatisticsPanel.vue b/src/shared/components/StatisticsPanel.vue index 2cbf595..52bd0b4 100644 --- a/src/shared/components/StatisticsPanel.vue +++ b/src/shared/components/StatisticsPanel.vue @@ -33,38 +33,38 @@
-
总提交
+ 总提交 {{ count.total }}
-
正确提交
+ 正确提交 {{ count.accepted }}
-
正确率
+ 正确率 {{ count.rate }}