6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/store-staff-performance.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' => [
],
];