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
c3769f0c
Commit
c3769f0c
authored
Apr 21, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
37f9adcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
23 deletions
+22
-23
query-detail.vue
src/pages/eq/view/query-detail.vue
+22
-23
No files found.
src/pages/eq/view/query-detail.vue
View file @
c3769f0c
...
...
@@ -25,28 +25,27 @@
.quDetailM
p.leftP 安装日期:
{{
dataForm
.
installDate
}}
.info-form
el-row(v-if="openOrClose.indexOf(dataForm.type)>-1")
el-col(:span='10')
.switch-warp
div(:class="[state == 1 ? 'on' : '']", @click="handleSwitch(1)") 打开
div(:class="[state == 2 ? 'on' : '']", @click="handleSwitch(2)") 关闭
el-col(:span='10') 当前已
span(v-if="dataForm.status == 1") 打开
span(v-else-if="dataForm.status == 2") 关闭
span(v-else) 故障
el-row.text-size(style="margin-top: 10px" v-if="dataForm.type=='303310efddb34a2e9bf269bdff8a7dc5'||dataForm.type=='f4c840711eae4bcb9536a890cdfda493'")
el-col(:span="15" )
span 频率设置:
el-input(size="mini", style="width: 70px", v-model="speed")
span 转
el-button(type="primary", size="mini", style="margin-left: 5px") 设定
el-col(:span="9" v-if='params.length' )
span 当前频率:
span(style="color: blue")
{{
params
[
0
].
current_frequency
}}
span 转/分
//- 卷帘门
el-row
el-col(:span="8", v-if="openOrClose.indexOf(dataForm.type)>-1")
el-row
el-col
.switch-warp
div(:class="[state == 1 ? 'on' : '']", @click="handleSwitch(1)") 打开
div(:class="[state == 2 ? 'on' : '']", @click="handleSwitch(2)") 关闭
el-col.text-size 当前已
span(v-if="dataForm.status == 1") 打开
span(v-else-if="dataForm.status == 2") 关闭
span(v-else) 故障
el-col.text-size(:span="16", flex, justify-content="start" v-if="dataForm.type=='303310efddb34a2e9bf269bdff8a7dc5'||dataForm.type=='f4c840711eae4bcb9536a890cdfda493'")
el-row
el-col(:span="24")
span 频率设置:
el-input(size="mini", style="width: 60px", v-model="speed")
span 转
el-button(type="primary", size="mini", style="margin-left: 10px") 设定
el-col.text-size(:span="24" v-if='params.length') 当前频率:
span(style="color: blue")
{{
params
[
0
].
current_frequency
}}
span 转/分
//- 卷帘门
el-col(v-if="dataForm.type=='c788ce98c1f248f590434394da485ce4'")
el-button(type="primary", size="mini", style="margin-left: 10px") 上升
el-button(type="primary", size="mini", style="margin-left: 10px") 下降
...
...
@@ -307,9 +306,9 @@ export default {
.animation
{
animation
:
myfirst
1s
;
position
:
absolute
;
top
:
5
0px
;
top
:
3
0px
;
right
:
0
;
width
:
3
3
0px
;
width
:
3
7
0px
;
background-color
:
#f4f4f4
;
z-index
:
11
;
border
:
1px
solid
rgba
(
195
,
195
,
195
,
1
);
...
...
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