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
235b67db
Commit
235b67db
authored
Mar 01, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(合并代码): 合并代码
parent
0ed674e9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
11 deletions
+14
-11
index.vue
src/views/processing/archivedTask/index.vue
+1
-1
index.vue
src/views/processing/processed-review/index.vue
+1
-1
index.vue
src/views/processing/unprocessed-review/index.vue
+4
-1
index.vue
src/views/task/on/index.vue
+8
-8
No files found.
src/views/processing/archivedTask/index.vue
View file @
235b67db
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
<div
class=
"cell-value"
>
<div
class=
"cell-value"
>
<el-link
<el-link
type=
"primary"
type=
"primary"
@
click=
"goNext('/task/task-detail?
i
d=' + item.id)"
@
click=
"goNext('/task/task-detail?
taskI
d=' + item.id)"
>
>
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
<span
class=
"green"
>
(已归档)
</span>
<span
class=
"green"
>
(已归档)
</span>
...
...
src/views/processing/processed-review/index.vue
View file @
235b67db
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
<div
class=
"cell-value"
>
<div
class=
"cell-value"
>
<el-link
<el-link
type=
"primary"
type=
"primary"
@
click=
"goNext('/task/task-detail?
i
d=' + item.id)"
@
click=
"goNext('/task/task-detail?
taskI
d=' + item.id)"
>
>
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
<span
class=
"green"
>
(已归档)
</span>
<span
class=
"green"
>
(已归档)
</span>
...
...
src/views/processing/unprocessed-review/index.vue
View file @
235b67db
...
@@ -97,7 +97,10 @@
...
@@ -97,7 +97,10 @@
class=
"cell-value"
class=
"cell-value"
:title=
"item.taskName ? item.taskName : '---'"
:title=
"item.taskName ? item.taskName : '---'"
>
>
<el-link
type=
"primary"
@
click=
"goDetail(item.id)"
>
<el-link
type=
"primary"
@
click=
"goNext('/task/task-detail?taskId=' + item.id)"
>
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
</el-link>
</el-link>
</div>
</div>
...
...
src/views/task/on/index.vue
View file @
235b67db
...
@@ -97,7 +97,10 @@
...
@@ -97,7 +97,10 @@
class=
"cell-value"
class=
"cell-value"
:title=
"item.taskName ? item.taskName : '---'"
:title=
"item.taskName ? item.taskName : '---'"
>
>
<el-link
type=
"primary"
@
click=
"goNext()"
>
<el-link
type=
"primary"
@
click=
"goNext('/task/task-detail?taskId=' + item.id)"
>
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
</el-link>
</el-link>
</div>
</div>
...
@@ -341,7 +344,7 @@
...
@@ -341,7 +344,7 @@
icon=
"edit"
icon=
"edit"
title=
"修改"
title=
"修改"
class=
"button-item"
class=
"button-item"
@
click
.
native=
"goNext(item.id)"
@
click
.
native=
"goNext(
'/task/new?taskId=' +
item.id)"
></page-button>
></page-button>
<page-button
<page-button
v-if=
"item.taskStatus === 'NEW'"
v-if=
"item.taskStatus === 'NEW'"
...
@@ -364,7 +367,7 @@
...
@@ -364,7 +367,7 @@
<div
class=
"cell-value"
>
<div
class=
"cell-value"
>
<el-link
<el-link
type=
"primary"
type=
"primary"
@
click=
"goNext('/task/task-detail?
i
d=' + item.id)"
@
click=
"goNext('/task/task-detail?
taskI
d=' + item.id)"
>
>
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
{{
item
.
taskName
?
item
.
taskName
:
'---'
}}
<span
class=
"green"
>
(已归档)
</span>
<span
class=
"green"
>
(已归档)
</span>
...
@@ -662,12 +665,9 @@ export default {
...
@@ -662,12 +665,9 @@ export default {
}
}
},
},
/* 跳转到问卷详情*/
/* 跳转到问卷详情*/
goNext
(
id
)
{
goNext
(
URL
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/task/new'
,
path
:
URL
query
:
{
taskId
:
id
}
})
})
},
},
teakDelete
(
id
)
{
teakDelete
(
id
)
{
...
...
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