Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
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
王浩
zh-baseversion-project
Commits
f963fa0b
Commit
f963fa0b
authored
May 06, 2026
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
a06dcdcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
rightBar.vue
zh-baseversion-web/src/components/emergency/rightBar.vue
+8
-1
No files found.
zh-baseversion-web/src/components/emergency/rightBar.vue
View file @
f963fa0b
...
...
@@ -40,7 +40,7 @@
<div>
事件级别:
{{
item
.
eventGradeName
}}
</div>
</div>
<div
class=
"content-div"
>
事件地点:
{{
item
.
address
}}
</div>
<div
class=
"content-div"
>
最新进展:
<span
v-if=
"item.handleList!=null"
>
{{
item
.
handleList
.
management
}}
</span></div>
<div
class=
"content-div
2
"
>
最新进展:
<span
v-if=
"item.handleList!=null"
>
{{
item
.
handleList
.
management
}}
</span></div>
<div
class=
"el-form-div"
>
<div
v-if=
"item.status==1 && userType==-2"
class=
"button-div"
@
click=
"assignTask(item)"
>
任务指派
</div>
<div
v-if=
"userType==-2"
class=
"button-div"
@
click=
"showList(item)"
>
预案指引
</div>
...
...
@@ -682,6 +682,13 @@ export default {
line-height
:
25px
;
margin-left
:
15px
;
}
.content-div2
{
color
:
#000000
;
font-size
:
14px
;
min-height
:
25px
;
line-height
:
25px
;
margin-left
:
15px
;
}
.el-form-div
{
display
:flex
;
flex-direction
:row
;
...
...
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