6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/offline-order.php

29 lines
835 B
PHP

<?php
return [
'labels' => [
'OfflineOrder' => '线下订单',
'offline-orders' => '线下订单',
],
'fields' => [
'sn' => '订单号',
'user_id' => '用户',
'store_id' => '门店',
'staff_id' => '员工',
'products_total_amount' => '订单总额',
'discount_reduction_amount' => '折扣优惠',
'points_deduction_amount' => '积分抵扣',
'payment_amount' => '实付金额',
'product_category_name' => '商品分类',
'phone' => '手机号',
'payment_sn' => '支付单号',
'payment_method' => '支付方式',
'payment_time' => '支付时间',
'out_trade_no' => '外部交易单号',
'status' => '状态',
'revoked_at' => '取消时间',
],
'options' => [
],
];