1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "name": "",
- "id": "",
- "query": "",
- "alias": "",
- "description": "",
- "display": true,
- "type": "View",
- "pageSize" : "20",
- "data": {
- // "exportGrid": true,
- // "exportGoupGrid": true,
- "noDataText" : "未找到数据",
- "selectList": [],
- "filterList": [],
- "orderList": [],
- "group": {},
- "columnList": [],
- // "calculate": {},
- // "afterGridScriptText": "",
- // "afterGroupGridScriptText": "",
- // "afterCalculateGridScriptText": "",
- "actionbarHidden" : true,
- "events": {
- "queryLoad" : {
- "code": "",
- "html": ""
- },
- "postLoad": {
- "code": "",
- "html": ""
- },
- "postLoadPageData" : {
- "code": "",
- "html": ""
- },
- "postLoadPage": {
- "code": "",
- "html": ""
- },
- "queryLoadItemRow": {
- "code": "",
- "html": ""
- },
- "postLoadItemRow": {
- "code": "",
- "html": ""
- },
- // "queryLoadCategoryRow": {
- // "code": "",
- // "html": ""
- // },
- // "postLoadCategoryRow": {
- // "code": "",
- // "html": ""
- // },
- "selectRow" : {
- "code": "",
- "html": ""
- },
- "unselectRow" : {
- "code": "",
- "html": ""
- },
- "export": {
- "code": "",
- "html": ""
- },
- "exportRow": {
- "code": "",
- "html": ""
- }
- }
- }
- // "availableIdentityList": [],
- // "availableUnitList": []
- }
|