toolbars.json 216 B

123456789101112
  1. [
  2. {
  3. "type": "MWFToolBarButton",
  4. "img": "export.png",
  5. "title": "导出Excel",
  6. "action": "exportView",
  7. "text": "导出Excel",
  8. "id": "action_export",
  9. "condition": "",
  10. "read": true
  11. }
  12. ]