20 lines
537 B
PHP
20 lines
537 B
PHP
<?php
|
|
|
|
return [
|
|
'labels' => [
|
|
'OfflineOrderItemStatistic' => '订单明细统计',
|
|
'offline-order-item-statistics' => '订单明细统计',
|
|
],
|
|
'fields' => [
|
|
'product_category_id' => '商品分类',
|
|
'store_id' => '门店',
|
|
'products_total_amount' => '订单总额',
|
|
'discount_reduction_amount' => '折扣优惠',
|
|
'points_deduction_amount' => '积分抵扣',
|
|
'payment_amount' => '实付金额',
|
|
'datetime' => '日期',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|