view.json 1.5 KB

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