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
66 lines
3.6 KiB
|
|
export default {
|
|
xmTestRptOverview:()=>import("../core/xmTestPlan/xmTestRptOverview.vue"),
|
|
xmMenuDayTrend:()=>import("./product/menuDayTrend.vue"),
|
|
xmMenuDayAccumulate:()=>import("./product/menuDayTrend.vue"),
|
|
xmMenuAttDist:()=>import('./product/menuAttDist'),
|
|
xmMenuAgeDist:()=>import('./product/menuAgeDist.vue'),
|
|
xmMenuSort:()=>import('./product/menuSort.vue'),
|
|
xmMenuFuncSort:()=>import('./product/menuSort.vue'),
|
|
xmMenuProductSort:()=>import('./product/menuSort.vue'),
|
|
xmMenuIterationSort:()=>import('./product/menuSort.vue'),
|
|
xmProductWorkItemDayList:()=>import('./product/productWorkItemDayList.vue'),
|
|
|
|
|
|
xmTaskDayTrend:()=>import('./project/taskDayTrend.vue'),
|
|
xmTaskDayAccumulate:()=>import('./project/taskDayAccumulate.vue'),
|
|
xmTaskAttDist:()=>import('./project/taskAttDist.vue'),
|
|
xmTaskAgeDist:()=>import('./project/taskAgeDist.vue'),
|
|
xmTaskSort:()=>import('./project/taskSort.vue'),
|
|
xmProjectWorkItemDayList:()=>import('./project/projectWorkItemDayList.vue'),
|
|
xmProjectWorkloadSetDayList:()=>import('./project/projectWorkloadSetDayList.vue'),
|
|
xmProjectWorkloadSetMonthList:()=>import('./project/projectWorkloadSetMonthList.vue'),
|
|
|
|
xmQuestionDayTrend:()=>import('./product/questionDayTrend.vue'),
|
|
xmQuestionDayAccumulate:()=>import('./product/questionDayAccumulate.vue'),
|
|
xmQuestionAttDist:()=>import('./product/questionAttDist.vue'),
|
|
xmQuestionStateDist:()=>import('./product/questionAttDist.vue'),
|
|
xmQuestionAgeDist:()=>import('./product/questionAgeDist.vue'),
|
|
xmQuestionBugReasonDist:()=>import('./product/questionAttDist.vue'),
|
|
xmQuestionBugTypeDist:()=>import('./product/questionAttDist.vue'),
|
|
xmQuestionPriorityDist:()=>import('./product/questionAttDist.vue'),
|
|
xmQuestionSort:()=>import('./product/questionSort.vue'),
|
|
xmQuestionAskUserSort:()=>import('./product/questionSort.vue'),
|
|
xmQuestionHandlerUserSort:()=>import('./product/questionSort.vue'),
|
|
xmQuestionFuncSort:()=>import('./product/questionSort.vue'),
|
|
xmQuestionMenuSort:()=>import('./product/questionSort.vue'),
|
|
xmQuestionRetestDist:()=>import('./product/questionRetestDist.vue'),
|
|
|
|
|
|
xmTestPlanCaseExecStatusDist:()=>import('./testPlan/testPlanCaseExecStatusDist.vue'),
|
|
xmTestPlanCaseUserDist:()=>import('./testPlan/testPlanCaseUserDist.vue'),
|
|
xmTestDayTimesCalc:()=>import('./testPlan/testDayTimesCalc.vue'),
|
|
xmTestCaseToPlanCalc:()=>import('./testPlan/testCaseToPlanCalc.vue'),
|
|
xmTestCaseSort:()=>import('./testCase/testCaseSort.vue'),
|
|
xmTestCaseCuserSort:()=>import('./testCase/testCaseSort.vue'),
|
|
xmTestCaseFuncSort:()=>import('./testCase/testCaseSort.vue'),
|
|
xmTestCaseMenuSort:()=>import('./testCase/testCaseSort.vue'),
|
|
|
|
|
|
xmIterationMenuDayTrend:()=>import('./iteration/menuDayTrend.vue'),
|
|
xmIterationMenuDayAccumulate:()=>import('./iteration/menuDayAccumulate.vue'),
|
|
xmIterationBurnout:()=>import('./iteration/burnout.vue'),
|
|
xmIterationWorkItemDayList:()=>import('./iteration/iterationWorkItemDayList.vue'),
|
|
xmIterationQuestionDayTrend:()=>import('./iteration/questionDayTrend.vue'),
|
|
xmIterationQuestionDayAccumulate:()=>import('./iteration/questionDayAccumulate.vue'),
|
|
|
|
|
|
xmBranchWorkItemDayList:()=>import('./branch/branchWorkItemDayList.vue'),
|
|
xmBranchQuestionDayTrend:()=>import('./branch/questionDayTrend.vue'),
|
|
xmBranchQuestionDayAccumulate:()=>import('./branch/questionDayAccumulate.vue'),
|
|
xmBranchMenuDayTrend:()=>import('./branch/menuDayTrend.vue'),
|
|
xmBranchMenuDayAccumulate:()=>import('./branch/menuDayAccumulate.vue'),
|
|
};
|
|
|
|
|
|
|