view.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "",
  3. "id": "",
  4. "query": "",
  5. "alias": "",
  6. "description": "",
  7. "display": true,
  8. "type": "View",
  9. "data": {
  10. "exportGrid": true,
  11. "exportGoupGrid": true,
  12. "noDataText" : "未找到数据",
  13. "selectList": [],
  14. "filterList": [],
  15. "orderList": [],
  16. "group": {},
  17. "columnList": [],
  18. "calculate": {},
  19. "afterGridScriptText": "",
  20. "afterGroupGridScriptText": "",
  21. "afterCalculateGridScriptText": "",
  22. "actionbarHidden" : true,
  23. "events": {
  24. "queryLoad" : {
  25. "code": "",
  26. "html": ""
  27. },
  28. "postLoad": {
  29. "code": "",
  30. "html": ""
  31. },
  32. "postLoadPageData" : {
  33. "code": "",
  34. "html": ""
  35. },
  36. "postLoadPage": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "queryLoadItemRow": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "postLoadItemRow": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "queryLoadCategoryRow": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "postLoadCategoryRow": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "selectRow" : {
  57. "code": "",
  58. "html": ""
  59. },
  60. "unselectRow" : {
  61. "code": "",
  62. "html": ""
  63. }
  64. }
  65. },
  66. "availableIdentityList": [],
  67. "availableUnitList": []
  68. }