Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
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
葛齐林
energyai_vue
Commits
8215e778
Commit
8215e778
authored
Apr 21, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
32d77c40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
page.vue
src/pages/eq/hall/page.vue
+1
-1
page.vue
src/pages/home/page.vue
+10
-6
No files found.
src/pages/eq/hall/page.vue
View file @
8215e778
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</span>
</span>
</el-col>
</el-col>
<el-col
:span=
"24"
v-if=
"isSaving == 1"
>
<el-col
:span=
"24"
v-if=
"isSaving == 1"
>
<el-form-item
label=
"温度设定:"
>
<el-form-item
label=
"温度设定
(℃)
:"
>
<el-input
<el-input
v-model=
"formData.temperature"
v-model=
"formData.temperature"
clearable=
""
clearable=
""
...
...
src/pages/home/page.vue
View file @
8215e778
...
@@ -9,9 +9,13 @@
...
@@ -9,9 +9,13 @@
<span>
系统运行时间
</span>
<span>
系统运行时间
</span>
</div>
</div>
<div
class=
"card-text"
v-if=
"dataList.systemRunningTime"
>
<div
class=
"card-text"
v-if=
"dataList.systemRunningTime"
>
<span
style=
'color:#21ACFC;'
>
{{
dataList
.
systemRunningTime
[
0
]
}}
</span
<span
style=
"color: #21acfc"
>
{{
><span
class=
"date-color"
style=
"font-size: 16px;"
>
天
</span
dataList
.
systemRunningTime
[
0
]
><span
style=
'color:#21ACFC;'
>
{{
dataList
.
systemRunningTime
[
1
]
}}
</span
}}
</span
><span
class=
"date-color"
style=
"font-size: 16px"
>
天
</span
><span
style=
"color: #21acfc"
>
{{
dataList
.
systemRunningTime
[
1
]
}}
</span
><span
class=
"date-color"
>
时
</span>
><span
class=
"date-color"
>
时
</span>
<!--
{{
dataList
.
systemRunningTime
}}
-->
<!--
{{
dataList
.
systemRunningTime
}}
-->
...
@@ -23,7 +27,7 @@
...
@@ -23,7 +27,7 @@
<span>
报警总数
</span>
<span>
报警总数
</span>
</div>
</div>
<div
class=
"card-text"
>
<div
class=
"card-text"
>
<span
style=
'color:#F2637B;'
>
{{
dataList
.
faultAlarm
}}
</span
<span
style=
"color: #f2637b"
>
{{
dataList
.
faultAlarm
}}
</span
><span
class=
"date-color"
>
次
</span>
><span
class=
"date-color"
>
次
</span>
</div>
</div>
</div>
</div>
...
@@ -115,7 +119,7 @@
...
@@ -115,7 +119,7 @@
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<div
class=
"handle-mode-wrap"
>
<div
class=
"handle-mode-wrap"
>
<div
class=
"font-style font_14"
>
<div
class=
"font-style font_14"
>
<span>
手动
模式
</span>
<span>
人工
模式
</span>
</div>
</div>
<div
class=
"flex-save-warp"
>
<div
class=
"flex-save-warp"
>
<div>
<div>
...
@@ -167,7 +171,7 @@
...
@@ -167,7 +171,7 @@
<chart
<chart
id=
"home"
id=
"home"
:data=
"data"
:data=
"data"
:title=
"activeIndex
==0?'今日能耗统计':
'本月能耗统计'"
:title=
"activeIndex
== 0 ? '今日能耗统计' :
'本月能耗统计'"
color=
"#21ACFC"
color=
"#21ACFC"
ref=
"chart"
ref=
"chart"
></chart>
></chart>
...
...
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