toolbars.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. [
  2. {
  3. "type": "MWFToolBarButton",
  4. "img": "close.png",
  5. "title": "关闭工作",
  6. "action": "closeWork",
  7. "text": "关闭",
  8. "id": "action_close",
  9. "condition": "",
  10. "read": true
  11. },
  12. {
  13. "type": "MWFToolBarButton",
  14. "img": "save.png",
  15. "title": "保存工作",
  16. "action": "saveWork",
  17. "text": "保存",
  18. "id": "action_saveData",
  19. "control": "allowSave",
  20. "condition": "",
  21. "read": false
  22. },
  23. {
  24. "type": "MWFToolBarButton",
  25. "img": "submit.png",
  26. "title": "继续流转文件",
  27. "action": "processWork",
  28. "text": "继续流转",
  29. "id": "action_processWork",
  30. "control": "allowProcessing",
  31. "condition": "",
  32. "read": false
  33. },
  34. {
  35. "type": "MWFToolBarButton",
  36. "img": "reroute.png",
  37. "title": "调度",
  38. "action": "rerouteWork",
  39. "text": "调度",
  40. "id": "action_reroute",
  41. "control": "allowReroute",
  42. "condition": "",
  43. "read": true
  44. },
  45. {
  46. "type": "MWFToolBarButton",
  47. "img": "reset.png",
  48. "title": "重置处理人",
  49. "action": "resetWork",
  50. "text": "重置处理人",
  51. "id": "action_reset",
  52. "control": "allowReset",
  53. "condition": "",
  54. "read": true
  55. },
  56. {
  57. "type": "MWFToolBarButton",
  58. "img": "split.png",
  59. "title": "增加拆分分支",
  60. "action": "addSplit",
  61. "text": "增加分支",
  62. "id": "action_split",
  63. "control": "allowAddSplit",
  64. "condition": "",
  65. "read": true
  66. },
  67. {
  68. "type": "MWFToolBarButton",
  69. "img": "retract.png",
  70. "title": "撤回",
  71. "action": "retractWork",
  72. "text": "撤回",
  73. "id": "action_retract",
  74. "control": "allowRetract",
  75. "condition": "",
  76. "read": true
  77. },
  78. {
  79. "type": "MWFToolBarButton",
  80. "img": "rollback.png",
  81. "title": "回溯到指定的环节,不保留流程记录",
  82. "action": "rollback",
  83. "text": "流程回溯",
  84. "id": "action_rollback",
  85. "control": "allowRollback",
  86. "condition": ""
  87. },
  88. {
  89. "type": "MWFToolBarButton",
  90. "img": "del.png",
  91. "title": "删除文件",
  92. "action": "deleteWork",
  93. "text": "删除文件",
  94. "id": "action_delete",
  95. "control": "allowDelete",
  96. "condition": "",
  97. "read": false
  98. },
  99. {
  100. "type": "MWFToolBarButton",
  101. "img": "print.png",
  102. "title": "打印文件",
  103. "action": "printWork",
  104. "text": "打印",
  105. "id": "action_print",
  106. "control": "",
  107. "condition": "",
  108. "read": true
  109. }
  110. // {
  111. // "type": "MWFToolBarMenu",
  112. // "img": "tool.png",
  113. // "title": "管理工具",
  114. // "action": "",
  115. // "text": "工具",
  116. // "id": "action_tools",
  117. // "condition": "",
  118. // "read": true,
  119. // "sub": [
  120. //
  121. // ]
  122. // },
  123. // {
  124. // "type": "MWFToolBarSeparator",
  125. // "img": "",
  126. // "title": "",
  127. // "action": "",
  128. // "text": "",
  129. // "condition": "",
  130. // "read": true
  131. // }
  132. ]