You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
3.6 KiB

3 years ago
  1. export default {
  2. xmTestRptOverview:()=>import("../core/xmTestPlan/xmTestRptOverview.vue"),
  3. xmMenuDayTrend:()=>import("./product/menuDayTrend.vue"),
  4. xmMenuDayAccumulate:()=>import("./product/menuDayTrend.vue"),
  5. xmMenuAttDist:()=>import('./product/menuAttDist'),
  6. xmMenuAgeDist:()=>import('./product/menuAgeDist.vue'),
  7. xmMenuSort:()=>import('./product/menuSort.vue'),
  8. xmMenuFuncSort:()=>import('./product/menuSort.vue'),
  9. xmMenuProductSort:()=>import('./product/menuSort.vue'),
  10. xmMenuIterationSort:()=>import('./product/menuSort.vue'),
  11. xmProductWorkItemDayList:()=>import('./product/productWorkItemDayList.vue'),
  12. xmTaskDayTrend:()=>import('./project/taskDayTrend.vue'),
  13. xmTaskDayAccumulate:()=>import('./project/taskDayAccumulate.vue'),
  14. xmTaskAttDist:()=>import('./project/taskAttDist.vue'),
  15. xmTaskAgeDist:()=>import('./project/taskAgeDist.vue'),
  16. xmTaskSort:()=>import('./project/taskSort.vue'),
  17. xmProjectWorkItemDayList:()=>import('./project/projectWorkItemDayList.vue'),
  18. xmProjectWorkloadSetDayList:()=>import('./project/projectWorkloadSetDayList.vue'),
  19. xmProjectWorkloadSetMonthList:()=>import('./project/projectWorkloadSetMonthList.vue'),
  20. xmQuestionDayTrend:()=>import('./product/questionDayTrend.vue'),
  21. xmQuestionDayAccumulate:()=>import('./product/questionDayAccumulate.vue'),
  22. xmQuestionAttDist:()=>import('./product/questionAttDist.vue'),
  23. xmQuestionStateDist:()=>import('./product/questionAttDist.vue'),
  24. xmQuestionAgeDist:()=>import('./product/questionAgeDist.vue'),
  25. xmQuestionBugReasonDist:()=>import('./product/questionAttDist.vue'),
  26. xmQuestionBugTypeDist:()=>import('./product/questionAttDist.vue'),
  27. xmQuestionPriorityDist:()=>import('./product/questionAttDist.vue'),
  28. xmQuestionSort:()=>import('./product/questionSort.vue'),
  29. xmQuestionAskUserSort:()=>import('./product/questionSort.vue'),
  30. xmQuestionHandlerUserSort:()=>import('./product/questionSort.vue'),
  31. xmQuestionFuncSort:()=>import('./product/questionSort.vue'),
  32. xmQuestionMenuSort:()=>import('./product/questionSort.vue'),
  33. xmQuestionRetestDist:()=>import('./product/questionRetestDist.vue'),
  34. xmTestPlanCaseExecStatusDist:()=>import('./testPlan/testPlanCaseExecStatusDist.vue'),
  35. xmTestPlanCaseUserDist:()=>import('./testPlan/testPlanCaseUserDist.vue'),
  36. xmTestDayTimesCalc:()=>import('./testPlan/testDayTimesCalc.vue'),
  37. xmTestCaseToPlanCalc:()=>import('./testPlan/testCaseToPlanCalc.vue'),
  38. xmTestCaseSort:()=>import('./testCase/testCaseSort.vue'),
  39. xmTestCaseCuserSort:()=>import('./testCase/testCaseSort.vue'),
  40. xmTestCaseFuncSort:()=>import('./testCase/testCaseSort.vue'),
  41. xmTestCaseMenuSort:()=>import('./testCase/testCaseSort.vue'),
  42. xmIterationMenuDayTrend:()=>import('./iteration/menuDayTrend.vue'),
  43. xmIterationMenuDayAccumulate:()=>import('./iteration/menuDayAccumulate.vue'),
  44. xmIterationBurnout:()=>import('./iteration/burnout.vue'),
  45. xmIterationWorkItemDayList:()=>import('./iteration/iterationWorkItemDayList.vue'),
  46. xmIterationQuestionDayTrend:()=>import('./iteration/questionDayTrend.vue'),
  47. xmIterationQuestionDayAccumulate:()=>import('./iteration/questionDayAccumulate.vue'),
  48. xmBranchWorkItemDayList:()=>import('./branch/branchWorkItemDayList.vue'),
  49. xmBranchQuestionDayTrend:()=>import('./branch/questionDayTrend.vue'),
  50. xmBranchQuestionDayAccumulate:()=>import('./branch/questionDayAccumulate.vue'),
  51. xmBranchMenuDayTrend:()=>import('./branch/menuDayTrend.vue'),
  52. xmBranchMenuDayAccumulate:()=>import('./branch/menuDayAccumulate.vue'),
  53. };