From f26dd3fda83ee7c0d6803f3697a6c5ee5fb0aa12 Mon Sep 17 00:00:00 2001 From: lemon <15040771@qq.com> Date: Fri, 3 Sep 2021 09:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Metrics/Examples/ProductOrders.php | 2 +- app/AdminAgent/Metrics/Examples/ProductOrders.php | 2 +- app/AdminSupplier/Metrics/Examples/ProductOrders.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Admin/Metrics/Examples/ProductOrders.php b/app/Admin/Metrics/Examples/ProductOrders.php index bcd52d3..9c1c509 100644 --- a/app/Admin/Metrics/Examples/ProductOrders.php +++ b/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' => '本周', diff --git a/app/AdminAgent/Metrics/Examples/ProductOrders.php b/app/AdminAgent/Metrics/Examples/ProductOrders.php index dd48559..43cfbbb 100644 --- a/app/AdminAgent/Metrics/Examples/ProductOrders.php +++ b/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' => '本周', diff --git a/app/AdminSupplier/Metrics/Examples/ProductOrders.php b/app/AdminSupplier/Metrics/Examples/ProductOrders.php index 3a8b901..867997e 100644 --- a/app/AdminSupplier/Metrics/Examples/ProductOrders.php +++ b/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' => '本周',