Browse Source

状态

develop
lemon 4 years ago
parent
commit
f26dd3fda8
  1. 2
      app/Admin/Metrics/Examples/ProductOrders.php
  2. 2
      app/AdminAgent/Metrics/Examples/ProductOrders.php
  3. 2
      app/AdminSupplier/Metrics/Examples/ProductOrders.php

2
app/Admin/Metrics/Examples/ProductOrders.php

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

2
app/AdminAgent/Metrics/Examples/ProductOrders.php

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

2
app/AdminSupplier/Metrics/Examples/ProductOrders.php

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

Loading…
Cancel
Save