Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
8b6d21ab
Commit
8b6d21ab
authored
Apr 09, 2022
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏 经纬度按钮
parent
772620e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
index.vue
gassafetyprogress-web/src/views/emergency/index.vue
+5
-1
No files found.
gassafetyprogress-web/src/views/emergency/index.vue
View file @
8b6d21ab
...
...
@@ -186,7 +186,7 @@
<div
class=
"el-form-div"
>
<el-input
v-model=
"form.longitude"
placeholder=
"请输入经度"
style=
"width: 120px"
:disabled=
"readonly"
/>
<el-input
v-model=
"form.latitude"
placeholder=
"请输入纬度"
style=
"width: 120px;margin-left: 10px;"
:disabled=
"readonly"
/>
<el-button
type=
"primary"
style=
"margin-left: 10px;
"
plain
@
click=
"MapdialogFun"
>
选择经纬度
</el-button>
<el-button
type=
"primary"
:style=
"buttonstyle
"
plain
@
click=
"MapdialogFun"
>
选择经纬度
</el-button>
</div>
</el-form-item>
...
...
@@ -293,6 +293,7 @@ export default {
eventGradeOptions
:
[],
// 弹出层标题
title
:
""
,
buttonstyle
:
"display:none"
,
//选择经纬度
dialogTableVisible
:
false
,
devicePos
:[],
...
...
@@ -562,6 +563,7 @@ export default {
this
.
reset
();
this
.
open
=
true
;
this
.
title
=
"添加事件接报"
;
this
.
buttonstyle
=
"margin-left:10px"
},
qiyechang
(
value
){
let
obj
=
{};
...
...
@@ -574,12 +576,14 @@ export default {
/** 修改按钮操作 */
handleUpdate
(
row
)
{
this
.
readonly
=
true
;
this
.
buttonstyle
=
"display:none"
;
this
.
reset
();
const
id
=
row
.
id
||
this
.
ids
getReceive
(
id
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
open
=
true
;
this
.
title
=
"修改事件接报"
;
document
.
getElementById
(
"jingwei"
).
style
.
display
=
"none"
;
});
},
/** 提交按钮 */
...
...
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