12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "id": "",
- "name": "",
- "type": "Log",
- "logType": "record",
- "description": "",
- "filterActivity": [],
- "filterActivityAlias":[],
- "filterPerson": [],
- "filterRoute": [],
- "mode": "default", //default table or text
- "textStyle": "<font style='color:#ff5400;'>{person}</font>({department})在【{activity}】活动选择【{route}】,提交于: {time},处理意见:<font style='color:#00F'>{opinion}</font>", //"{person}({department})在[{activity}]中选择[{route}],提交于:{time},处理意见:{opinion}",
- "isTask": "true",
- "showReadTitle": "待阅人",
- "showReadCompletedTitle":"已阅人",
- "filterScript": {
- "code": "",
- "html": ""
- },
- "events": {
- "queryLoad" : {
- "code": "",
- "html": ""
- },
- "postLoad" : {
- "code": "",
- "html": ""
- },
- "postLoadData" : {
- "code": "",
- "html": ""
- },
- "postLoadLine" : {
- "code": "",
- "html": ""
- },
- "load" : {
- "code": "",
- "html": ""
- },
- "click": {
- "code": "",
- "html": ""
- },
- "dblclick": {
- "code": "",
- "html": ""
- },
- "keydown": {
- "code": "",
- "html": ""
- },
- "keypress": {
- "code": "",
- "html": ""
- },
- "keyup": {
- "code": "",
- "html": ""
- },
- "mousedown": {
- "code": "",
- "html": ""
- },
- "mousemove": {
- "code": "",
- "html": ""
- },
- "mouseout": {
- "code": "",
- "html": ""
- },
- "mouseover": {
- "code": "",
- "html": ""
- },
- "mouseup": {
- "code": "",
- "html": ""
- },
- "focus": {
- "code": "",
- "html": ""
- },
- "blur": {
- "code": "",
- "html": ""
- }
- },
- "properties": {},
- "class": "",
- "styles": {},
- "container": ""
- }
|