6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/dealer-manage-subsidy-log.php

20 lines
480 B
PHP

<?php
return [
'labels' => [
'DealerManageSubsidyLog' => '管理津贴明细',
'dealer-manage-subsidy-logs' => '管理津贴明细',
],
'fields' => [
'user_id' => '用户',
'lvl' => '等级',
'order_id' => '订单',
'product_id' => '商品',
'sales_volume' => '商品销量',
'total_amount' => '补贴总金额',
'order_completed_at' => '订单完成时间',
],
'options' => [
],
];