user-withdraw.php 558 B

12345678910111213141516171819202122
  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. 'account' => '提现账号',
  15. 'price' => '用户申请金额',
  16. 'discount' => '手续费',
  17. 'desc' => '提现备注',
  18. 'status' => '提现状态',
  19. ],
  20. 'options' => [
  21. ],
  22. ];