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
4f242af9
Commit
4f242af9
authored
May 18, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
巡检车轨迹修改
parent
c45c3d31
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 @
4f242af9
...
...
@@ -51,7 +51,7 @@
{
center
:
path
,
//mapStyle: "amap://styles/f71d3a3d73e14f5b2bf5508bf1411758",
zoom
:
1
6
,
zoom
:
1
8
,
},
this
);
...
...
huaxin-web/src/views/car/task/components/leakPoint.vue
View file @
4f242af9
...
...
@@ -2,7 +2,7 @@
<el-dialog
title=
"泄露点信息"
:visible
.
sync=
"open"
width=
"1
3
00px"
width=
"1
2
00px"
append-to-body
destroy-on-close
:close-on-click-modal=
"false"
...
...
@@ -10,8 +10,8 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"14"
>
<el-table
v-loading=
"loading"
:data=
"pointList"
>
<el-table-column
label=
"巡检车经度"
align=
"center"
prop=
"longitude1"
/>
<el-table-column
label=
"巡检车纬度"
align=
"center"
prop=
"latitude1"
/>
<
!--
<
el-table-column
label=
"巡检车经度"
align=
"center"
prop=
"longitude1"
/>
<el-table-column
label=
"巡检车纬度"
align=
"center"
prop=
"latitude1"
/>
-->
<el-table-column
label=
"推测泄漏点经度"
align=
"center"
prop=
"longitude2"
/>
<el-table-column
label=
"推测泄漏点纬度"
align=
"center"
prop=
"latitude2"
/>
<el-table-column
label=
"甲烷谷值(ppm)"
align=
"center"
prop=
"ch41"
/>
...
...
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