海南旅游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.

20 lines
497 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Supplier' => '供应商',
  5. 'supplier' => '供应商',
  6. ],
  7. 'fields' => [
  8. 'account' => '账号',
  9. 'password' => '密码',
  10. 'supplier_name' => '供应商名称',
  11. 'company_name' => '公司名称',
  12. 'logo' => 'LOGO',
  13. 'address' => '公司地址',
  14. 'license_pic' => '营业执照',
  15. 'director' => '负责人',
  16. 'contact_phone' => '联系电话',
  17. ],
  18. 'options' => [
  19. ],
  20. ];