链街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.

21 lines
546 B

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