adminInfo.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. return {
  2. "category_id": 1,
  3. "desc": "后台管理员详情",
  4. "title": "管理员详情",
  5. "en_alias": "admin_info",
  6. "category_type": 1,
  7. "request_method": "POST",
  8. "assemble_id": "admin",
  9. "connect_db": "mysql",
  10. "operate_type": 1,
  11. "search_type": 1,
  12. "search_column_id": 0,
  13. "add_type": 0,
  14. "update_type": 0,
  15. "delete_type": 0,
  16. "upload_type": 0,
  17. "request_settings": [
  18. {
  19. "default": null,
  20. "column": "id",
  21. "rules": [
  22. {
  23. "error_msg": null,
  24. "rule": "required",
  25. "type": 1,
  26. "params": null
  27. }
  28. ],
  29. "title": "用户id",
  30. "column_type": "UserInfo",
  31. "is_fixed": false,
  32. "type": false,
  33. "conditions": [],
  34. "is_user": false
  35. }
  36. ],
  37. "condition_settings": [
  38. {
  39. "column_id": "id",
  40. "children": [],
  41. "isUseExtend": false,
  42. "es_type": "where",
  43. "es_extend": [],
  44. "type": 1,
  45. "es_operate": "=",
  46. "value": "id"
  47. }
  48. ],
  49. "sort_settings": [],
  50. "result_settings": [],
  51. "conditions": [],
  52. "is_use": 1,
  53. "is_login": 1
  54. }