26 lines
662 B
PHP
26 lines
662 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'product_total' => '產品總數',
|
|
'customer_view' => '用戶訪問量',
|
|
'order_total' => '訂單量',
|
|
'customer_new' => '新增用戶',
|
|
'order_amount' => '銷售額',
|
|
'yesterday' => '昨日',
|
|
'day_before' => '較前一日',
|
|
|
|
'order_report' => '訂單統計',
|
|
'latest_month' => '一個月',
|
|
'latest_week' => '一周',
|
|
'latest_year' => '一年',
|
|
];
|