Browse Source

Merge remote-tracking branch 'origin/develop' into develop

develop
李可松 4 years ago
parent
commit
6540d6caa8
  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(); parent::init();
$this->title('订单状态统计'); $this->title('订单状态统计');
$this->chartLabels(['Finished', 'Pending', 'Rejected']);
$this->chartLabels(['已付定金', '已付款', '已完成']);
$this->dropdown([ $this->dropdown([
//'day' => '本日', //'day' => '本日',
'week' => '本周', 'week' => '本周',

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

@ -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' => '本周',

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

@ -21,7 +21,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' => '本周',

Loading…
Cancel
Save