user-withdraw.php 597 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'UserWithdraw' => '提现管理',
  5. 'user-withdraw' => '提现管理',
  6. 'share' => '分销管理',
  7. 'withdraw' => '提现管理',
  8. ],
  9. 'fields' => [
  10. 'user_id' => '用户',
  11. 'name' => '姓名',
  12. 'phone_num' => '手机号',
  13. 'type' => '类型',
  14. 'bank_name' => '提现银行',
  15. 'account' => '提现账号',
  16. 'price' => '用户申请金额',
  17. 'discount' => '手续费',
  18. 'desc' => '提现备注',
  19. 'status' => '提现状态',
  20. ],
  21. 'options' => [
  22. ],
  23. ];