@ -20,7 +20,7 @@ class ProductOrders extends Round
parent::init();
$this->title('订单状态统计');
$this->chartLabels(['Finished', 'Pending', 'Rejected']);
$this->chartLabels(['已付定金', '已付款', '已完成']);
$this->dropdown([
//'day' => '本日',
'week' => '本周',
@ -21,7 +21,7 @@ class ProductOrders extends Round