23 lines
646 B
PHP
23 lines
646 B
PHP
<?php
|
|
|
|
return [
|
|
'labels' => [
|
|
'store' => '门店管理',
|
|
'StaffPerformance' => '员工业绩',
|
|
'staff-performances' => '员工业绩',
|
|
],
|
|
'fields' => [
|
|
'phone' => '手机号',
|
|
'nickname' => '昵称',
|
|
'invite_users_count' => '邀请人数',
|
|
'offline_order' => '线下订单',
|
|
'offline_products_total_amount' => '订单总额',
|
|
'offline_discount_reduction_amount' => '折扣优惠',
|
|
'offline_points_deduction_amount' => '积分抵扣',
|
|
'offline_payment_amount' => '实付金额',
|
|
'datetime' => '日期',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|