测试计划关联用例及执行

This commit is contained in:
liangdaliang
2025-04-27 23:36:48 +08:00
parent b680339e6a
commit 18434d1f88
19 changed files with 1153 additions and 10 deletions

View File

@@ -130,6 +130,20 @@ export const constantRoutes = [
}
]
},
{
path: '/testplan/execute',
component: Layout,
hidden: true,
children: [
{
path: '',
component: () => import('@/views/test/testplan/execute/index'),
name: 'PlanExecute',
noCache: true,
meta: { title: '计划执行', activeMenu: '/testplan' }
}
]
},
{
path: '/task/detail',
component: Layout,