链街Dcat后台
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
512 B

6 years ago
6 years ago
6 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuMpInfo' => '服务商管理',
  5. ],
  6. 'fields' => [
  7. 'name' => '名称',
  8. 'phone' => '电话',
  9. 'bank_name' => '开户行',
  10. 'bank_card' => '银行卡号',
  11. 'bank_addr' => '开户行地址',
  12. 'id_frond' => '身份证正面',
  13. 'id_back' => '身份证反面',
  14. 'id_number' => '身份证号',
  15. 'admin_user_id' => '系统登陆帐号',
  16. 'status' => '状态',
  17. ],
  18. 'options' => [
  19. ],
  20. ];