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

16 lines
357 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuCsInfo' => '社区站点',
  5. 'cs'=>'社区管理'
  6. ],
  7. 'fields' => [
  8. 'name' => '名称',
  9. 'phone' => '电话',
  10. 'address' => '地址',
  11. 'admin_user_id' => '系统登陆帐号',
  12. 'status' => '状态 0/1/2 未审核/已审核',
  13. ],
  14. 'options' => [
  15. ],
  16. ];