Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JINRUN-DP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
JINRUN-DP
Commits
108eeb65
Commit
108eeb65
authored
Dec 18, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏接口对接-环境监测
parent
4337b25c
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
4 deletions
+10
-4
bg-left.png
src/assets/jinrun/bg-left.png
+0
-0
bg-right.png
src/assets/jinrun/bg-right.png
+0
-0
header-bottom.png
src/assets/jinrun/header-bottom.png
+0
-0
module-bg.png
src/assets/jinrun/module-bg.png
+0
-0
top.png
src/assets/jinrun/top.png
+0
-0
RightTodayAlarm.vue
src/components/MineMonitor/RightTodayAlarm.vue
+5
-2
index.vue
src/views/_builtin/cesiumDeom/index.vue
+5
-2
No files found.
src/assets/jinrun/bg-left.png
View replaced file @
4337b25c
View file @
108eeb65
233 KB
|
W:
|
H:
219 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/jinrun/bg-right.png
View replaced file @
4337b25c
View file @
108eeb65
233 KB
|
W:
|
H:
219 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/jinrun/header-bottom.png
0 → 100644
View file @
108eeb65
44 KB
src/assets/jinrun/module-bg.png
View replaced file @
4337b25c
View file @
108eeb65
51.5 KB
|
W:
|
H:
51.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/jinrun/top.png
View replaced file @
4337b25c
View file @
108eeb65
199 KB
|
W:
|
H:
194 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/MineMonitor/RightTodayAlarm.vue
View file @
108eeb65
...
...
@@ -121,7 +121,7 @@
<template
v-for=
"(item, index) in monitorData"
:key=
"index"
>
<dd
class=
"list-item"
:class=
"getItemClass(item)"
>
<span>
{{
item
.
equipname
}}
</span>
<span>
{{
item
.
value
}}{{
item
.
unit
}}
</span>
<span>
{{
item
.
value
+
''
}}{{
item
.
unit
}}
</span>
<span>
{{
item
.
alarmlevel
}}
</span>
<span
class=
"time-cell"
>
<div
class=
"date-part"
>
{{
item
.
time
?.
split
(
'
'
)[
0
]
}}
</div>
...
...
@@ -204,6 +204,7 @@ const fetchFenceData = async () => {
const
fetchMonitorData
=
async
()
=>
{
const
response
=
await
getOnlineAlarmList
();
if
(
response
.
data
.
code
==
200
)
{
console
.
log
(
response
.
data
.
data
,
'
在线监测列表
'
)
monitorData
.
value
=
response
.
data
.
data
}
else
{
message
.
error
(
response
.
data
.
msg
)
...
...
@@ -459,7 +460,9 @@ onBeforeUnmount(() => {
&
:first-child
{
justify-content
:
start
;
}
&
:nth-child
(
2
)
{
overflow
:
visible
;
}
&
:last-child
{
text-align
:
right
;
}
...
...
src/views/_builtin/cesiumDeom/index.vue
View file @
108eeb65
...
...
@@ -908,8 +908,8 @@ onUnmounted(() => {
</div>
</div>
<div
class=
"bottom"
></div>
<div
class=
"left"
></div>
<div
class=
"right"
></div>
<div
class=
"left"
v-show=
"isLeftModulesVisible"
></div>
<div
class=
"right"
v-show=
"isRightModulesVisible"
></div>
<!-- 非cesium相关 开始 -->
...
...
@@ -1235,6 +1235,9 @@ span {
width
:
100%
;
height
:
100%
;
position
:
relative
;
&>img{
width
:
100%
;
}
.second-icon
{
position
:
absolute
;
...
...
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