海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
419 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Guide' => '地接',
  5. 'guide' => '地接',
  6. ],
  7. 'fields' => [
  8. 'account' => '账号',
  9. 'password' => '密码',
  10. 'name' => '地接名称',
  11. 'avatar' => '头像',
  12. 'photo' => '形象照',
  13. 'license_pic' => '地接资格证件',
  14. 'contact_phone' => '联系电话',
  15. 'status' => '状态',
  16. ],
  17. 'options' => [
  18. ],
  19. ];