user-withdraw.php 455 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'UserWithdraw' => '提现管理',
  5. 'withdraw' => '提现管理',
  6. 'user-withdraw' => '提现管理',
  7. ],
  8. 'fields' => [
  9. 'user_id' => '用户',
  10. 'name' => '姓名',
  11. 'type' => '类型 1-微信',
  12. 'account' => '提现账号',
  13. 'price' => '提现金额',
  14. 'desc' => '提现备注',
  15. 'status' => '提现状态',
  16. ],
  17. 'options' => [
  18. ],
  19. ];