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
41bb57b3
Commit
41bb57b3
authored
May 13, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
84ae050d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
query-detail.vue
src/pages/eq/view/query-detail.vue
+2
-2
No files found.
src/pages/eq/view/query-detail.vue
View file @
41bb57b3
...
...
@@ -48,7 +48,7 @@
el-button(type="primary", size="mini", style="margin-left: 10px") 下降
el-button(type="primary", size="mini", style="margin-left: 10px") 停止
.info-state(v-if="
dataForm.type !== 'ece0b8b2db27411886254e81134988a3'
")
.info-state(v-if="
this.params && this.params.length > 0
")
span(style="font-weight: bold") 设备运行状态
div(v-if="this.params.length && this.params[0].electric_energy")
span.type 电量(kwh):
...
...
@@ -151,7 +151,6 @@ export default {
params
:
[],
openOrClose
:
[
'b6af764f2a6e454490a6b1b3c9057e57'
,
//排风机
'b47661ca1d454f9792ba5369f3cb2bc5'
,
//无线压力计
'49f5921a6d7f43cfa222c09f0223ae04'
,
//电动排烟窗
'b45827c068254695864ee3c1d42573cb'
,
//风冷热泵机组
'303310efddb34a2e9bf269bdff8a7dc5'
,
//室内机风柜
...
...
@@ -174,6 +173,7 @@ export default {
console
.
log
(
'---data:'
,
data
)
console
.
log
(
'当前资源点id'
,
data
.
id
)
console
.
log
(
'类型'
,
data
.
type
)
this
.
params
=
[]
switch
(
data
.
type
)
{
case
'173466a2cf9a42a6a17b2bdfbeae36d5'
:
//多联室内机
this
.
params
=
this
.
dlsnjList
.
filter
((
e
)
=>
e
.
resource_id
==
data
.
id
)
...
...
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