main
Jing Li 2024-05-26 15:58:36 +08:00
parent 6b94eec365
commit 26b2977c9b
2 changed files with 3 additions and 3 deletions

View File

@ -121,8 +121,8 @@ class StoreStatisticController extends AdminController
'排序' => $row['ranking'], '排序' => $row['ranking'],
'门店' => Arr::get($row, 'store.title'), '门店' => Arr::get($row, 'store.title'),
'收入' => $row['sales'], '收入' => $row['sales'],
'支出' => $row['expenditure'], '兑奖' => $row['expenditure'],
'new_customers' => $row['new_customers'], '累计人数' => $row['new_customers'],
]; ];
}); });
} catch (\Throwable $e) { } catch (\Throwable $e) {

View File

@ -6,7 +6,7 @@ return [
'date' => '日期', 'date' => '日期',
'store' => '门店', 'store' => '门店',
'sales' => '销量', 'sales' => '销量',
'expenditure' => '支出', 'expenditure' => '兑奖',
'new_customers' => '新增客户', 'new_customers' => '新增客户',
'handover_amount' => '交账金额', 'handover_amount' => '交账金额',
'ledger_amount' => '总账金额', 'ledger_amount' => '总账金额',