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
5afaabfc
Commit
5afaabfc
authored
Mar 13, 2024
by
高滢
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
21375a8b
bdd92bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
index.vue
src/views/task/edit/index.vue
+18
-0
No files found.
src/views/task/edit/index.vue
View file @
5afaabfc
...
@@ -4,6 +4,10 @@
...
@@ -4,6 +4,10 @@
<div
class=
"tip-navigation"
>
<div
class=
"tip-navigation"
>
<div
class=
"tip"
></div>
<div
class=
"tip"
></div>
<div
class=
"tip-title"
>
任务信息
</div>
<div
class=
"tip-title"
>
任务信息
</div>
<div
class=
"left-back"
@
click=
"backPage"
>
<icon-park
type=
"left"
size=
"14"
fill=
"#1a6fd7"
/>
<span
class=
"return-button"
>
取消
</span>
</div>
</div>
</div>
<div
class=
"global-left-margin"
>
<div
class=
"global-left-margin"
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
...
@@ -998,6 +1002,9 @@ export default {
...
@@ -998,6 +1002,9 @@ export default {
// 去掉一个数组最后一个对象
// 去掉一个数组最后一个对象
this
.
tableData
.
pop
()
this
.
tableData
.
pop
()
},
},
backPage
()
{
this
.
$router
.
go
(
-
1
)
},
/**
/**
* 添加小组成员点击按钮
* 添加小组成员点击按钮
*/
*/
...
@@ -1232,6 +1239,17 @@ export default {
...
@@ -1232,6 +1239,17 @@ export default {
font-weight
:
700
;
font-weight
:
700
;
color
:
#1a6fd7
;
color
:
#1a6fd7
;
}
}
.left-back
{
position
:
absolute
;
right
:
2%
;
display
:
flex
;
color
:
#1a6fd7
;
cursor
:
pointer
;
.return-button
{
padding-left
:
7px
;
}
}
}
}
.sortable-handle
{
.sortable-handle
{
...
...
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