+
+
{{ orderCountStatistics.totalOrderCount || 0 }}
+
总订单数
+
+
+
{{ orderCountStatistics.completedOrderCount || 0 }}
+
已完成
+
+
+
{{ orderCountStatistics.inProgressOrderCount || 0 }}
+
进行中
+
+
+
{{ orderCountStatistics.pendingOrderCount || 0 }}
+
待处理
+
+
+
{{ orderCountStatistics.monthlyNewOrderCount || 0 }}
+
本月新增
+
+
+
{{ ((orderCountStatistics.completionRate || 0) * 100).toFixed(1) }}%
+
完成率
+
+
+