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
06e2064d
Commit
06e2064d
authored
Mar 22, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
探测器和车辆信息问题修改 gengdidi
parent
892d05c7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
16 deletions
+27
-16
TVehicleLocationInfo.java
...n/java/com/zehong/system/domain/TVehicleLocationInfo.java
+2
-2
l.png
gassafetyprogress-web/src/assets/images/l.png
+0
-0
r.png
gassafetyprogress-web/src/assets/images/r.png
+0
-0
gassVehiche.scss
gassafetyprogress-web/src/assets/styles/gassVehiche.scss
+8
-6
drawer.vue
...c/views/operationMonitor/gassVehicle/component/drawer.vue
+6
-4
index.vue
...ress-web/src/views/operationMonitor/gassVehicle/index.vue
+9
-2
detectorTab.vue
...ws/operationMonitor/monitorData/component/detectorTab.vue
+2
-2
No files found.
gassafetyprogress-system/src/main/java/com/zehong/system/domain/TVehicleLocationInfo.java
View file @
06e2064d
...
...
@@ -34,8 +34,8 @@ public class TVehicleLocationInfo extends BaseEntity
private
BigDecimal
latitude
;
/** 创建时间 */
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"创建时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@Excel
(
name
=
"创建时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd
HH:mm:ss
"
)
private
Date
reportTime
;
/** 是否删除(0正常,1删除) */
...
...
gassafetyprogress-web/src/assets/images/l.png
View replaced file @
892d05c7
View file @
06e2064d
4.46 KB
|
W:
|
H:
4.45 KB
|
W:
|
H:
2-up
Swipe
Onion skin
gassafetyprogress-web/src/assets/images/r.png
View replaced file @
892d05c7
View file @
06e2064d
4.45 KB
|
W:
|
H:
5.02 KB
|
W:
|
H:
2-up
Swipe
Onion skin
gassafetyprogress-web/src/assets/styles/gassVehiche.scss
View file @
06e2064d
.gass-vehiche
{
.el-table
{
/*
.el-table {
background-color: rgba(0, 0, 0, 0) !important;
.el-table__body {
width: 100% !important;
...
...
@@ -60,7 +60,7 @@
// margin-left: 1px;
}
}
}
}
*/
// 滚动条样式
...
...
@@ -69,7 +69,9 @@
.drawer
{
::-webkit-scrollbar
{
width
:
10px
;
background
:
#012a53
;
//background: #012a53;
background
:
#f8f8f9
;
position
:
absolute
;
top
:
0
;
//display:none
...
...
@@ -79,7 +81,7 @@
/*滚动条里面小方块*/
// border-radius: 10px;
// box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background
:
#cccccc
cc
;
background
:
#cccccc
;
border-radius
:
8px
;
}
::-webkit-scrollbar-track
{
...
...
@@ -101,7 +103,7 @@
.el-pagination
{
/*
.el-pagination {
button:disabled {
background-color: rgba(0, 0, 0, 0);
}
...
...
@@ -166,5 +168,5 @@
background-color: rgba(0, 0, 0, 0);
border-color: #1890ff;
//color: #fff;
}
}
*/
}
gassafetyprogress-web/src/views/operationMonitor/gassVehicle/component/drawer.vue
View file @
06e2064d
...
...
@@ -139,7 +139,8 @@
z-index
:
10
;
top
:
0
;
height
:
100%
;
background
:
rgb
(
49
114
195
/
24%
);
/* background: rgb(49 114 195 / 24%);*/
background
:
#FFFFFF
;
transition
:
all
0
.5s
;
}
.main-show
{
...
...
@@ -163,8 +164,9 @@
padding
:
0
15px
;
font-size
:
15px
;
font-weight
:
bold
;
background
:
rgb
(
87
114
153
/
44%
);
color
:
white
;
/*background: rgb(87 114 153 / 44%);*/
background
:
#f8f8f9
;
color
:
#515a6e
;
/* border-bottom: 1px solid #eee;*/
.close-btn
{
display
:
inline-block
;
...
...
@@ -186,7 +188,7 @@
}
.switch
{
position
:
absolute
;
right
:
-3
5
px
;
right
:
-3
3
px
;
top
:
250px
;
i
{
background
:
#fff
;
...
...
gassafetyprogress-web/src/views/operationMonitor/gassVehicle/index.vue
View file @
06e2064d
...
...
@@ -53,13 +53,20 @@
</
template
>
</el-table-column>
</el-table>
<el-pagination
<!--
<el-pagination
@current-change="handleCurrentChangvale"
:page-size="queryParams.pageSize"
layout="prev, pager, next, jumper"
:total="total"
:hide-on-single-page="total <= queryParams.pageSize"
:key="total + '' + queryParams.pageSize"
/>-->
<pagination
v-show=
"total>0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
@
pagination=
"getList"
/>
</div>
</drawer>
...
...
@@ -288,7 +295,7 @@ export default {
"map"
,
{
center
:
path
,
mapStyle
:
"amap://styles/f71d3a3d73e14f5b2bf5508bf1411758"
,
/* mapStyle: "amap://styles/f71d3a3d73e14f5b2bf5508bf1411758",*/
zoom
:
14.5
,
},
this
...
...
gassafetyprogress-web/src/views/operationMonitor/monitorData/component/detectorTab.vue
View file @
06e2064d
...
...
@@ -16,8 +16,8 @@
</el-table-column>
<el-table-column
label=
"状态"
align=
"center"
prop=
"detectorStatus"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.detectorStatus == 0"
>
正常
</span>
<span
v-if=
"scope.row.detectorStatus == 1"
>
离线
</span>
<span
v-if=
"scope.row.detectorStatus == 0"
style=
"color: green"
>
正常
</span>
<span
v-if=
"scope.row.detectorStatus == 1"
style=
"color: red"
>
离线
</span>
<span
v-if=
"scope.row.detectorStatus == 2"
>
报警
</span>
</
template
>
</el-table-column>
...
...
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