apply.php 292 B

123456789101112131415
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Apply' => 'Apply',
  5. 'apply' => 'Apply',
  6. ],
  7. 'fields' => [
  8. 'share_name' => '姓名',
  9. 'share_phone' => '电话',
  10. 'state' => '申请状态',
  11. 'user_id' => '用户信息',
  12. ],
  13. 'options' => [
  14. ],
  15. ];