Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
中汽研标准应用数据库
car-database-web
Commits
be9fe9ca
Commit
be9fe9ca
authored
Sep 14, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(我的待审): 去评审
parent
df47b488
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
index.js
src/router/index.js
+6
-6
index.vue
src/views/review/wait/index.vue
+3
-3
No files found.
src/router/index.js
View file @
be9fe9ca
...
...
@@ -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
//
},
]
// 动态路由,基于用户权限动态去加载
...
...
src/views/review/wait/index.vue
View file @
be9fe9ca
...
...
@@ -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:{ },
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment