compileMode.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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": "id=542"
  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. "title": "领导也",
  55. "page": "pages/index/start/start"
  56. },
  57. {
  58. "title": "过期",
  59. "page": "pages/index/noJurisdiction/noJurisdiction"
  60. },
  61. {
  62. "title": "首页",
  63. "page": "pages/home/home/home"
  64. },
  65. {
  66. "title": "预约",
  67. "page": "pages/home/yuY/yuY"
  68. },
  69. {
  70. "title": "更多服务",
  71. "page": "pages/serve/serveMore/serveMore"
  72. }
  73. ]
  74. }