|
<?php
|
|
|
|
return [
|
|
'labels' => [
|
|
'BalanceLog' => '余额账户',
|
|
'balance-logs' => '余额账户',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户ID',
|
|
'user'=>[
|
|
'phone' => '手机号',
|
|
],
|
|
'before_balance' => '变更前(¥)',
|
|
'change_balance' => '变更金额(¥)',
|
|
'remarks' => '备注',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|