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

23 lines
633 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'StoreUser' => '店铺账号',
  5. 'storeUser' => '店铺账号',
  6. 'store_user' => '店铺账号',
  7. ],
  8. 'fields' => [
  9. 'store_id' => '商家',
  10. 'username' => '账号',
  11. 'password' => '密码',
  12. 'user_category' => '账号类型',
  13. 'register_type' => '注册类型',
  14. 'status' => '状态',
  15. 'join_ip' => '注册IP',
  16. 'last_visit_time' => '最后访问时间',
  17. 'last_visit_time_text' => '最后访问时间',
  18. 'last_ip' => '最后访问IP',
  19. 'remark' => '备注'
  20. ],
  21. 'options' => [
  22. ],
  23. ];