Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
Commits
a1236e3c
Commit
a1236e3c
authored
Aug 19, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
管道详情地图
parent
db28bd7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.vue
gassafety-web/src/views/device/pipe/index.vue
+2
-0
index.vue
gassafety-web/src/views/device/pipeDetail/index.vue
+1
-2
No files found.
gassafety-web/src/views/device/pipe/index.vue
View file @
a1236e3c
...
...
@@ -280,6 +280,8 @@
// 地图
loadmap
:
false
,
dialogTableVisible
:
false
,
// 管道类型字典
typeOptions
:
[],
str
:
""
,
// 管道压力数据字典
pressureOptions
:
[],
...
...
gassafety-web/src/views/device/pipeDetail/index.vue
View file @
a1236e3c
...
...
@@ -95,8 +95,7 @@
getDetail
(){
getPipe
(
this
.
pipeId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
gaoMap
.
resetMapCenter
([
this
.
form
.
longitude
,
this
.
form
.
latitude
]);
this
.
gaoMap
.
addMarker
(
DEVICE_TYPE
.
WORKORDER
,
this
.
form
)
this
.
gaoMap
.
onlyLine
(
this
.
form
);
});
},
}
...
...
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