Commit be9fe9ca authored by 高滢's avatar 高滢

feat(我的待审): 去评审

parent df47b488
...@@ -85,12 +85,12 @@ export const constantRoutes = [ ...@@ -85,12 +85,12 @@ export const constantRoutes = [
] ]
}, },
//去评审页面跳转 2024-9-5 16:25:29 //去评审页面跳转 2024-9-5 16:25:29
{ // {
path: '/goreview', // path: '/goreview',
component: () => import('@/views/review/sceneReview/index'), // component: () => import('@/views/review/sceneReview/index'),
name: 'GoReview', // name: 'GoReview',
hidden: true // hidden: true
}, // },
] ]
// 动态路由,基于用户权限动态去加载 // 动态路由,基于用户权限动态去加载
......
...@@ -319,9 +319,9 @@ export default { ...@@ -319,9 +319,9 @@ export default {
return '修改测试用例'; return '修改测试用例';
default: default:
return cellValue return cellValue
} }
}, },
formatType(row,column,cellValue){ formatType(row,column,cellValue){
// const typeList= this.typeList.find(item => item.dictValue === row.type) // const typeList= this.typeList.find(item => item.dictValue === row.type)
// return typeList ? typeList.dictLabel : '' // return typeList ? typeList.dictLabel : ''
...@@ -367,7 +367,7 @@ export default { ...@@ -367,7 +367,7 @@ export default {
/* 去评审按钮页面跳转*/ /* 去评审按钮页面跳转*/
handleReview(row) { handleReview(row) {
this.$router.push({ this.$router.push({
path: `/goreview`, path: `/review/goreview`,
query: { id: row.id } query: { id: row.id }
// params:{ }, // 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