template.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Log",
  5. "description": "",
  6. "filterActivity": [],
  7. "filterPerson": [],
  8. "filterRoute": [],
  9. "mode": "table", //table or text
  10. "textStyle": "<font style='color:#00F;'>{person}</font>({unitName}) 阅于<font style='color:#00F'>{date}</font>,首次于<font style='color:#00F'>{firstDate}</font>,共<font style='color:#00F'>{count}</font>次", //"{person}({department})在[{activity}]中选择[{route}],提交于:{time},处理意见:{opinion}",
  11. "isTask": "true",
  12. "filterScript": {
  13. "code": "",
  14. "html": ""
  15. },
  16. "events": {
  17. "click": {
  18. "code": "",
  19. "html": ""
  20. },
  21. "dblclick": {
  22. "code": "",
  23. "html": ""
  24. },
  25. "keydown": {
  26. "code": "",
  27. "html": ""
  28. },
  29. "keypress": {
  30. "code": "",
  31. "html": ""
  32. },
  33. "keyup": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "mousedown": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "mousemove": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "mouseout": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "mouseover": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "mouseup": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "focus": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "blur": {
  62. "code": "",
  63. "html": ""
  64. }
  65. },
  66. "properties": {},
  67. "class": "",
  68. "styles": {},
  69. "container": ""
  70. }