Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
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
中汽测评-信息安全测评系统
web
Commits
f46e1d0f
Commit
f46e1d0f
authored
Jan 04, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(体系审查): 待办任务跳转查看
parent
2a23704a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
index.vue
src/views/processing/unprocessed-review/index.vue
+12
-1
No files found.
src/views/processing/unprocessed-review/index.vue
View file @
f46e1d0f
...
@@ -163,7 +163,13 @@
...
@@ -163,7 +163,13 @@
<div
class=
"cell-lable"
>
审查问卷
</div>
<div
class=
"cell-lable"
>
审查问卷
</div>
<div
class=
"cell-value"
>
<div
class=
"cell-value"
>
<el-link
<el-link
v-if=
"item.progress
<
90
"
v-if=
"item.progress === 0"
type=
"primary"
@
click=
"handleReviewForm"
>
查看检查表单
</el-link
>
<el-link
v-else-if=
"item.progress
<
90
"
type=
"primary"
type=
"primary"
@
click=
"handleReviewQuestionnaire"
@
click=
"handleReviewQuestionnaire"
>
填写审查问卷
</el-link
>
填写审查问卷
</el-link
...
@@ -312,6 +318,11 @@ export default {
...
@@ -312,6 +318,11 @@ export default {
path
:
'/processing/write-check-form'
path
:
'/processing/write-check-form'
})
})
},
},
handleReviewForm
(){
this
.
$router
.
push
({
path
:
'/processing/review-form'
})
},
handleConfirmFindings
()
{
handleConfirmFindings
()
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/processing/confirm-result'
path
:
'/processing/confirm-result'
...
...
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