navi.json 474 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "title" : "中心工作",
  4. "icon" :"center.png",
  5. "action" : "openCenterWork"
  6. },
  7. {
  8. "title" : "按日期统计",
  9. "icon" :"BulletedListFilled-100.png",
  10. "action" : "statDate"
  11. },
  12. {
  13. "title" : "按部门统计",
  14. "icon" :"department.png",
  15. "action":"statDepartment"
  16. }
  17. // {
  18. // "title" : "部门工作",
  19. // "icon" :"Conference-100.png"
  20. //
  21. // },
  22. // {
  23. // "title" : "公司工作",
  24. // "icon" :"Department-100.png"
  25. // }
  26. ]