1234567891011121314151617181920212223 |
- <?php
- return [
- 'labels' => [
- 'UserWithdraw' => '提现管理',
- 'user-withdraw' => '提现管理',
- 'share' => '分销管理',
- 'withdraw' => '提现管理',
- ],
- 'fields' => [
- 'user_id' => '用户',
- 'name' => '姓名',
- 'phone_num' => '手机号',
- 'type' => '类型',
- 'bank_name' => '提现银行',
- 'account' => '提现账号',
- 'price' => '用户申请金额',
- 'discount' => '手续费',
- 'desc' => '提现备注',
- 'status' => '提现状态',
- ],
- 'options' => [
- ],
- ];
|