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
42983f53
Commit
42983f53
authored
Apr 16, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
31a170f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
16 deletions
+14
-16
query-detail.vue
src/pages/eq/view/query-detail.vue
+14
-16
No files found.
src/pages/eq/view/query-detail.vue
View file @
42983f53
<
template
lang=
"pug"
>
<
template
lang=
"pug"
>
.animation
.animation
.info-title
.info-title
//-
|
{{
dataForm
.
name
}}
|
{{
dataForm
.
name
}}
| 空调
//-
| 空调
el-button(
el-button(
icon="el-icon-close",
icon="el-icon-close",
style="float: right",
style="float: right",
...
@@ -15,16 +15,15 @@
...
@@ -15,16 +15,15 @@
//- div(:class="dataForm.icon+'6'")
//- div(:class="dataForm.icon+'6'")
.info-form(style="border-bottom: 1px solid #c0c0c0")
.info-form(style="border-bottom: 1px solid #c0c0c0")
.quDetailM
.quDetailM
p.leftP 设备名称 :
室内机
p.leftP 设备名称 :
{{
dataForm
.
name
}}
.quDetailM
.quDetailM
p.leftP 设备编号 :
CDSLAKS-009
p.leftP 设备编号 :
{{
dataForm
.
code
}}
.quDetailM
.quDetailM
p.leftP 设备品牌: :
格力
p.leftP 设备品牌: :
{{
dataForm
.
name
}}
.quDetailM
.quDetailM
p.leftP 设备型号: :
晶弘33-1
p.leftP 设备型号: :
{{
dataForm
.
equipmentModel
}}
.quDetailM
.quDetailM
p.leftP 安装日期: : 2020-01-04
p.leftP 安装日期: :
{{
dataForm
.
installDate
}}
p.leftP 维保日期: : 2020-01-15
.info-form
.info-form
el-row
el-row
el-col(:span="8")
el-col(:span="8")
...
@@ -38,13 +37,14 @@
...
@@ -38,13 +37,14 @@
el-button(type="primary", size="mini", style="margin-left: 10px") 设定
el-button(type="primary", size="mini", style="margin-left: 10px") 设定
el-row
el-row
el-col.text-size(:span="8") 当前已
el-col.text-size(:span="8") 当前已
span(v-if="state == 1") 打开
span(v-if="dataForm.state == 1") 打开
span(v-else) 关闭
span(v-else-if="dataForm.state == 2") 关闭
span(v-else) 故障
el-col.text-size(:span="10") 当前频率:
el-col.text-size(:span="10") 当前频率:
span(style="color: blue") 2289
span(style="color: blue") 2289
span 转/分
span 转/分
.info-state
.info-state
span(style="font-weight: bold")
空调
运行状态
span(style="font-weight: bold")
设备
运行状态
div
div
span.type 电压:
span.type 电压:
span.value 220 V
span.value 220 V
...
@@ -82,8 +82,8 @@ export default {
...
@@ -82,8 +82,8 @@ export default {
created
()
{},
created
()
{},
methods
:
{
methods
:
{
init
(
data
,
stationId
)
{
init
(
data
,
stationId
)
{
console
.
log
(
'---data:'
,
data
)
this
.
dataForm
=
data
this
.
dataForm
=
data
// this.stationId = stationId
this
.
dataForm
.
operatorName
=
this
.
info
.
name
this
.
dataForm
.
operatorName
=
this
.
info
.
name
},
},
...
@@ -206,7 +206,6 @@ export default {
...
@@ -206,7 +206,6 @@ export default {
color
:
#46b6f9
;
color
:
#46b6f9
;
}
}
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.instuctions_content
{
.instuctions_content
{
...
@@ -218,12 +217,11 @@ export default {
...
@@ -218,12 +217,11 @@ export default {
}
}
}
}
.el-icon-jfktg6
{
.el-icon-jfktg6
{
width
:
100%
;
width
:
100%
;
height
:
170px
;
height
:
170px
;
text-align
:
center
;
text-align
:
center
;
background
:
url('../../../assets/images/kt.jpg')
no-repeat
center
;
background
:
url('../../../assets/images/kt.jpg')
no-repeat
center
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
</
style
>
</
style
>
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