Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
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
lizhichao
whp-xl
Commits
ad084bf4
Commit
ad084bf4
authored
Aug 27, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐患
parent
cb7c1435
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
qyMap.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
+5
-4
No files found.
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
View file @
ad084bf4
...
...
@@ -80,7 +80,7 @@
</el-tooltip>
</div>
<div
class=
"markbox-span"
>
<span>
0
</span>
<span>
{{
tjNumberObj
.
troubleNum
}}
</span>
</div>
</div>
</div>
...
...
@@ -148,6 +148,7 @@ export default class GIS extends Vue {
@
Provide
()
windowsArr
:
any
=
[];
@
Provide
()
windowsArr1
:
any
=
[];
@
Provide
()
windowsArr2
:
any
=
[];
@
Provide
()
windowsArr3
:
any
=
[];
@
Provide
()
currentWindow
:
any
=
""
;
// @Provide() searchOption: any = {
// city: "石家庄",
...
...
@@ -441,11 +442,11 @@ export default class GIS extends Vue {
offset
:
[
-
13
,
-
2
],
events
:
{
click
:
(
e
:
any
)
=>
{
that
.
windowsArr
2
.
forEach
((
ele
:
any
)
=>
{
that
.
windowsArr
3
.
forEach
((
ele
:
any
)
=>
{
ele
.
visible
=
false
;
});
that
.
$nextTick
(()
=>
{
that
.
currentWindow
=
that
.
windowsArr
2
[
index
];
that
.
currentWindow
=
that
.
windowsArr
3
[
index
];
that
.
currentWindow
.
visible
=
true
;
});
},
...
...
@@ -454,7 +455,7 @@ export default class GIS extends Vue {
};
that
.
Mutil
.
addMarkerToMap
(
'yh'
,
obj
.
devic
eName
,
obj
.
troubl
eName
,
icon
,
[
obj
.
longitude
,
obj
.
latitude
],
0.6
,
...
...
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