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

18 lines
447 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuMmInfo' => 'LanzuMmInfo',
  5. ],
  6. 'fields' => [
  7. 'name' => '名称',
  8. 'phone' => '电话',
  9. 'id_frond' => '身份证正面',
  10. 'id_back' => '身份证反面',
  11. 'id_number' => '身份证号',
  12. 'admin_user_id' => '系统登陆帐号',
  13. 'status' => '状态 /1/-1 正常/禁用',
  14. 'is_del' => '是否删除',
  15. ],
  16. 'options' => [
  17. ],
  18. ];