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
4a804fb0
Commit
4a804fb0
authored
Apr 08, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.suntrayoa.com:geqilin/energyai_vue into dev
parents
0e20cb6c
c0915644
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
src/pages/analysis/outdoor/index.vue
+3
-2
No files found.
src/pages/analysis/outdoor/index.vue
View file @
4a804fb0
...
@@ -6,7 +6,7 @@ card-warp(title="室外气象分析", height="45px", showBackground)
...
@@ -6,7 +6,7 @@ card-warp(title="室外气象分析", height="45px", showBackground)
div(slot="content", style="height: 90%")
div(slot="content", style="height: 90%")
el-form(:inline="true", size="mini")
el-form(:inline="true", size="mini")
el-form-item(label="设备名称:")
el-form-item(label="设备名称:")
el-input(type="primary", size="mini")
el-input(type="primary", size="mini"
v-model='name' readOnly
)
el-form-item(label="时间范围:")
el-form-item(label="时间范围:")
el-date-picker(
el-date-picker(
size="mini",
size="mini",
...
@@ -68,6 +68,7 @@ export default {
...
@@ -68,6 +68,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
activeName
:
'1'
,
activeName
:
'1'
,
name
:
'室外气象站'
,
startTime
:
''
,
startTime
:
''
,
endTime
:
''
,
endTime
:
''
,
pickerOptions
:
{
pickerOptions
:
{
...
@@ -126,7 +127,7 @@ export default {
...
@@ -126,7 +127,7 @@ export default {
color
:
#000000
;
color
:
#000000
;
line-height
:
40px
;
line-height
:
40px
;
&
:
:
before
{
&
:
:
before
{
content
:
""
;
content
:
''
;
display
:
inline-block
;
display
:
inline-block
;
width
:
10px
;
width
:
10px
;
height
:
10px
;
height
:
10px
;
...
...
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