Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
c45c3d31
Commit
c45c3d31
authored
May 15, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆巡检问题修改
parent
41232d08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
TrackInfo.vue
huaxin-web/src/views/car/task/components/TrackInfo.vue
+1
-1
leakPoint.vue
huaxin-web/src/views/car/task/components/leakPoint.vue
+3
-3
No files found.
huaxin-web/src/views/car/task/components/TrackInfo.vue
View file @
c45c3d31
...
...
@@ -61,7 +61,7 @@
inspectListInfo
({
taskId
:
taskId
}).
then
(
res
=>
{
if
(
res
.
code
==
200
){
this
.
trackList
=
res
.
data
;
if
(
this
.
trackList
){
if
(
this
.
trackList
&&
this
.
trackList
.
length
>
0
){
//添加点位
this
.
trackList
.
forEach
(
item
=>
{
let
marker
=
this
.
addMarker
(
item
);
...
...
huaxin-web/src/views/car/task/components/leakPoint.vue
View file @
c45c3d31
...
...
@@ -41,7 +41,7 @@
<
div
:
class
=
"{ active: !mapStyle
}
"
@
click
=
"mapChange(1)"
>
卫星地图
<
/div
>
<
div
:
class
=
"{ active: mapStyle
}
"
@
click
=
"mapChange(2)"
>
全景地图
<
/div
>
<
/div
>
<
div
id
=
"
trac
k-map"
style
=
"width: 100%; height: 500px"
><
/div
>
<
div
id
=
"
lea
k-map"
style
=
"width: 100%; height: 500px"
><
/div
>
<
/el-col
>
<
/el-row
>
...
...
@@ -75,7 +75,7 @@
this
.
$nextTick
(()
=>
{
const
path
=
eval
(
this
.
systemSetting
.
map_center
);
this
.
gaoMap
=
new
EditorMap
(
"
trac
k-map"
,
"
lea
k-map"
,
{
center
:
path
,
//mapStyle: "amap://styles/f71d3a3d73e14f5b2bf5508bf1411758",
...
...
@@ -91,7 +91,7 @@
this
.
loading
=
false
;
if
(
res
.
code
==
200
){
this
.
pointList
=
res
.
data
;
if
(
this
.
pointList
){
if
(
this
.
pointList
&&
this
.
pointList
.
length
>
0
){
//添加点位
this
.
pointList
.
forEach
(
item
=>
{
let
marker
=
this
.
addMarker
(
item
);
...
...
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