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
086d310a
Commit
086d310a
authored
Jul 05, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
257f5b52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
query-detail.vue
src/pages/eq/view/query-detail.vue
+9
-2
config.js
src/pages/kb/power/config.js
+1
-1
No files found.
src/pages/eq/view/query-detail.vue
View file @
086d310a
...
@@ -143,10 +143,17 @@
...
@@ -143,10 +143,17 @@
span.value
{{
params
[
0
].
setting_temperature
}}
span.value
{{
params
[
0
].
setting_temperature
}}
div(v-if="this.params.length && this.params[0].setting_mode")
div(v-if="this.params.length && this.params[0].setting_mode")
span.type 设定模式:
span.type 设定模式:
span.value
{{
params
[
0
].
setting_mode
}}
span.value(v-if='params[0].setting_mode==0') 无
span.value(v-if='params[0].setting_mode==2') 制冷模式
span.value(v-if='params[0].setting_mode==4') 除湿模式
span.value(v-if='params[0].setting_mode==8') 送分模式
span.value(v-if='params[0].setting_mode==16') 制热模式
div(v-if="this.params.length && this.params[0].setting_wind_speed")
div(v-if="this.params.length && this.params[0].setting_wind_speed")
span.type 设定风速(m/s):
span.type 设定风速(m/s):
span.value
{{
params
[
0
].
setting_wind_speed
}}
span.value(v-if='params[0].setting_wind_speed==0') 无
span.value(v-if='params[0].setting_wind_speed==2') 高风
span.value(v-if='params[0].setting_wind_speed==4') 中风
span.value(v-if='params[0].setting_wind_speed==8') 低风
</
template
>
</
template
>
<
script
>
<
script
>
...
...
src/pages/kb/power/config.js
View file @
086d310a
...
@@ -13,7 +13,7 @@ export const tableColums = [
...
@@ -13,7 +13,7 @@ export const tableColums = [
{
{
align
:
'center'
,
align
:
'center'
,
prop
:
'electric_energy'
,
prop
:
'electric_energy'
,
label
:
'
当日
用电量(kwh)'
label
:
'用电量(kwh)'
},
},
// {
// {
// align: 'center',
// align: 'center',
...
...
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