view.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "events": {
  23. "queryLoad" : {
  24. "code": "",
  25. "html": ""
  26. },
  27. "postLoad": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "postLoadPageData" : {
  32. "code": "",
  33. "html": ""
  34. },
  35. "postLoadPage": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "queryLoadItemRow": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "postLoadItemRow": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "queryLoadCategoryRow": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "postLoadCategoryRow": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "selectRow" : {
  56. "code": "",
  57. "html": ""
  58. },
  59. "unselectRow" : {
  60. "code": "",
  61. "html": ""
  62. }
  63. }
  64. },
  65. "availableIdentityList": [],
  66. "availableUnitList": []
  67. }