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