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
9991ddc7
Commit
9991ddc7
authored
Apr 21, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
e7598ac7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
page.vue
src/pages/eq/hall/page.vue
+3
-0
statisticPicTableModal.vue
src/pages/kb/power/components/statisticPicTableModal.vue
+1
-1
No files found.
src/pages/eq/hall/page.vue
View file @
9991ddc7
...
@@ -44,6 +44,7 @@
...
@@ -44,6 +44,7 @@
<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
size=
"mini"
v-model=
"formData.temperature"
v-model=
"formData.temperature"
clearable=
""
clearable=
""
></el-input>
></el-input>
...
@@ -59,6 +60,7 @@
...
@@ -59,6 +60,7 @@
<el-form-item
label=
"定时功能启止时间:"
>
<el-form-item
label=
"定时功能启止时间:"
>
<el-time-select
<el-time-select
size=
"mini"
placeholder=
"起始时间"
placeholder=
"起始时间"
v-model=
"formData.startTime"
v-model=
"formData.startTime"
:picker-options=
"
{
:picker-options=
"
{
...
@@ -70,6 +72,7 @@
...
@@ -70,6 +72,7 @@
</el-time-select>
</el-time-select>
<span
style=
"padding: 0 10px"
>
至
</span>
<span
style=
"padding: 0 10px"
>
至
</span>
<el-time-select
<el-time-select
size=
"mini"
placeholder=
"结束时间"
placeholder=
"结束时间"
v-model=
"formData.endTime"
v-model=
"formData.endTime"
:picker-options=
"
{
:picker-options=
"
{
...
...
src/pages/kb/power/components/statisticPicTableModal.vue
View file @
9991ddc7
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
v-if=
"statisticModalVisible"
id=
"categoryId"
style=
"height: 400px"
>
<div
v-if=
"statisticModalVisible"
id=
"categoryId"
style=
"height: 400px"
>
<chart
id=
"111"
:data=
"data"
title=
"能耗数据"
color=
"#21ACFC"
></chart>
<chart
id=
"111"
:data=
"data"
title=
"能耗数据
(kwh)
"
color=
"#21ACFC"
></chart>
</div>
</div>
</el-dialog>
</el-dialog>
</
template
>
</
template
>
...
...
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