6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/store-staff-performance.php

29 lines
918 B
PHP

<?php
return [
'labels' => [
'store' => '门店管理',
'StaffPerformance' => '员工业绩',
'staff-performances' => '员工业绩',
],
'fields' => [
'phone' => '手机号',
'nickname' => '昵称',
'invite_users_count' => '邀请人数',
'online_order' => '线上订单',
'online_orders_count' => '订单数量',
'online_total_amount' => '订单总额',
'online_points_deduction_amount' => '积分抵扣',
'online_payment_amount' => '实付金额',
'online_profit' => '累计返利',
'offline_order' => '线下订单',
'offline_orders_count' => '订单数量',
'offline_total_amount' => '订单总额',
'offline_points_deduction_amount' => '积分抵扣',
'offline_payment_amount' => '实付金额',
'datetime' => '日期',
],
'options' => [
],
];