Commit be9fe9ca authored by 高滢's avatar 高滢

feat(我的待审): 去评审

parent df47b488
......@@ -85,12 +85,12 @@ export const constantRoutes = [
]
},
//去评审页面跳转 2024-9-5 16:25:29
{
path: '/goreview',
component: () => import('@/views/review/sceneReview/index'),
name: 'GoReview',
hidden: true
},
// {
// path: '/goreview',
// component: () => import('@/views/review/sceneReview/index'),
// name: 'GoReview',
// hidden: true
// },
]
// 动态路由,基于用户权限动态去加载
......
......@@ -319,9 +319,9 @@ export default {
return '修改测试用例';
default:
return cellValue
}
},
},
formatType(row,column,cellValue){
// const typeList= this.typeList.find(item => item.dictValue === row.type)
// return typeList ? typeList.dictLabel : ''
......@@ -367,7 +367,7 @@ export default {
/* 去评审按钮页面跳转*/
handleReview(row) {
this.$router.push({
path: `/goreview`,
path: `/review/goreview`,
query: { id: row.id }
// params:{ },
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment