Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yindong-tongbai-automation
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
lichunliang
yindong-tongbai-automation
Commits
e441cbb6
Commit
e441cbb6
authored
2 weeks ago
by
lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环境监测界面新增按钮,按钮active状态添加
parent
69924ed1
master
No related merge requests found
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
60 additions
and
1965 deletions
+60
-1965
hjjc.js
src/api/tyler/hjjc.js
+9
-1
index.vue
src/views/Screen/index.vue
+23
-3
index_BACKUP_1366.vue
src/views/Screen/index_BACKUP_1366.vue
+0
-508
index_BASE_1366.vue
src/views/Screen/index_BASE_1366.vue
+0
-473
index_LOCAL_1366.vue
src/views/Screen/index_LOCAL_1366.vue
+0
-498
index_REMOTE_1366.vue
src/views/Screen/index_REMOTE_1366.vue
+0
-482
hjjc.vue
src/views/Screen/items/hjjc.vue
+28
-0
No files found.
src/api/tyler/hjjc.js
View file @
e441cbb6
...
...
@@ -12,7 +12,15 @@ export function getRealData(query) {
// 查询历史数据右上
export
function
getRtData
(
query
)
{
return
request
({
url
:
"
/business/screen/env/deal
"
,
url
:
"
/business/screen/env/carouselLineChartUp
"
,
method
:
"
get
"
,
params
:
query
,
});
}
// 查询历史数据右中
export
function
getRcData
(
query
)
{
return
request
({
url
:
"
/business/screen/env/carouselLineChartDow
"
,
method
:
"
get
"
,
params
:
query
,
});
...
...
This diff is collapsed.
Click to expand it.
src/views/Screen/index.vue
View file @
e441cbb6
...
...
@@ -15,9 +15,24 @@
<div
class=
"header por"
>
银洞坡金矿智能化综合管控平台
</div>
<div
class=
"sub-header"
>
<div
class=
"sub-header-left"
>
<div
class=
"sub-item"
@
click=
"changeMenu(1)"
><p>
人员定位
</p></div>
<div
class=
"sub-item"
><p>
环境监测
</p></div>
<div
class=
"sub-item"
><p>
排水系统
</p></div>
<div
class=
"sub-item"
:class=
"showMenu == 1 ? 'active' : ''"
@
click=
"changeMenu(1)"
>
<p>
人员定位
</p>
</div>
<div
class=
"sub-item"
@
click=
"changeMenu(2)"
key=
""
:class=
"showMenu == 2 ? 'active' : ''"
>
<p>
环境监测
</p>
</div>
<div
class=
"sub-item"
key=
""
:class=
"showMenu == 1 ? 'active' : ''"
>
<p>
排水系统
</p>
</div>
</div>
<div
class=
"sub-header-mid"
>
<div
class=
"top-change"
>
...
...
@@ -34,6 +49,7 @@
</div>
<rydw
v-if=
"showMenu === 1"
style=
"pointer-events: auto"
></rydw>
<hjjc
v-if=
"showMenu === 2"
style=
"pointer-events: auto"
></hjjc>
<!-- 底部 -->
<!--
<div
class=
"footer"
>
...
...
@@ -432,6 +448,10 @@ export default {
justify-content
:
center
;
align-items
:
center
;
cursor
:
pointer
;
&
.active
{
background
:
url("~@/assets/images/screen/click.png")
no-repeat
center
;
background-size
:
100%
;
}
p
{
font-family
:
Source
Han
Sans
SC
;
font-weight
:
bold
;
...
...
This diff is collapsed.
Click to expand it.
src/views/Screen/index_BACKUP_1366.vue
deleted
100644 → 0
View file @
69924ed1
This diff is collapsed.
Click to expand it.
src/views/Screen/index_BASE_1366.vue
deleted
100644 → 0
View file @
69924ed1
This diff is collapsed.
Click to expand it.
src/views/Screen/index_LOCAL_1366.vue
deleted
100644 → 0
View file @
69924ed1
This diff is collapsed.
Click to expand it.
src/views/Screen/index_REMOTE_1366.vue
deleted
100644 → 0
View file @
69924ed1
This diff is collapsed.
Click to expand it.
src/views/Screen/items/hjjc.vue
View file @
e441cbb6
...
...
@@ -56,6 +56,13 @@
</div>
</div>
</div>
<!-- 现实设备切换按钮 -->
<div
class=
"toggle-button"
>
<el-checkbox-group
v-model=
"checkList"
>
<el-checkbox
label=
"1"
>
监控
</el-checkbox>
<el-checkbox
label=
"2"
>
监测设备
</el-checkbox>
</el-checkbox-group>
</div>
</div>
<!-- 右侧 -->
<div
class=
"sidebar sidebar-right"
>
...
...
@@ -160,6 +167,7 @@ export default {
singleHeight
:
110
,
openTouch
:
true
,
},
checkList
:
[
"
1
"
,
"
2
"
],
classOption2
:
{
singleHeight
:
47
,
openTouch
:
true
,
...
...
@@ -675,6 +683,26 @@ export default {
}
}
}
.toggle-button
{
width
:
120px
;
height
:
90px
;
background
:
RGBA
(
8
,
27
,
58
,
1
);
position
:
absolute
;
bottom
:
58px
;
right
:
0px
;
.el-checkbox-group
{
width
:
100%
;
height
:
100%
;
.el-checkbox
{
margin-top
:
16px
;
color
:
#fdfeff
;
font-size
:
16px
;
font-weight
:
500
;
&
.is-checked
{
}
}
}
}
}
/* 实时分布图区域 */
...
...
This diff is collapsed.
Click to expand it.
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