compileMode.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "modes": [
  3. {
  4. "title": "选择管理记录",
  5. "page": "pages/home/actionplanList/actionplanList"
  6. },
  7. {
  8. "title": "绩效详情",
  9. "page": "pages/home/actionplanDetails/actionplanDetails"
  10. },
  11. {
  12. "title": "绩效考核",
  13. "page": "pages/home/performanceDetails/performanceDetails",
  14. "pageQuery": "Tit=2022年03月绩效考核&id=7"
  15. },
  16. {
  17. "title": "编辑管理记录",
  18. "page": "pages/home/addthePlan/addthePlan"
  19. },
  20. {
  21. "title": "人员明细",
  22. "page": "pages/home/statementDetails/statementDetails"
  23. },
  24. {
  25. "title": "我参与的",
  26. "page": "pages/home/participation/participation"
  27. },
  28. {
  29. "title": "报表",
  30. "page": "pages/home/statistics/statistics"
  31. },
  32. {
  33. "title": "全部绩效",
  34. "page": "pages/home/allJx/allJx"
  35. },
  36. {
  37. "title": "我",
  38. "page": "pages/home/workList/workList"
  39. },
  40. {
  41. "title": "待办事项",
  42. "page": "pages/home/backlog/backlog"
  43. },
  44. {
  45. "title": "服务台",
  46. "page": "pages/index/start/start"
  47. },
  48. {
  49. "title": "结果值录入",
  50. "page": "pages/home/resultValueEntry/resultValueEntry",
  51. "pageQuery": "id=116"
  52. }
  53. ]
  54. }