toolbars.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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": "retract.png",
  59. "title": "撤回",
  60. "action": "retractWork",
  61. "text": "撤回",
  62. "id": "action_retract",
  63. "control": "allowRetract",
  64. "condition": "",
  65. "read": true
  66. },
  67. {
  68. "type": "MWFToolBarButton",
  69. "img": "del.png",
  70. "title": "删除文件",
  71. "action": "deleteWork",
  72. "text": "删除文件",
  73. "id": "action_delete",
  74. "control": "allowDelete",
  75. "condition": "",
  76. "read": false
  77. },
  78. {
  79. "type": "MWFToolBarButton",
  80. "img": "print.png",
  81. "title": "打印文件",
  82. "action": "printWork",
  83. "text": "打印",
  84. "id": "action_print",
  85. "control": "",
  86. "condition": "",
  87. "read": true
  88. },
  89. // {
  90. // "type": "MWFToolBarMenu",
  91. // "img": "tool.png",
  92. // "title": "管理工具",
  93. // "action": "",
  94. // "text": "工具",
  95. // "id": "action_tools",
  96. // "condition": "",
  97. // "read": true,
  98. // "sub": [
  99. //
  100. // ]
  101. // },
  102. {
  103. "type": "MWFToolBarSeparator",
  104. "img": "",
  105. "title": "",
  106. "action": "",
  107. "text": "",
  108. "condition": "",
  109. "read": true
  110. }
  111. ]