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
3fa4701d
Commit
3fa4701d
authored
Jul 05, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
f32969b6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
config.js
src/pages/eq/hall/config.js
+1
-1
page.vue
src/pages/eq/office/page.vue
+1
-1
index.vue
src/pages/sys/commandlog/index.vue
+2
-0
index.vue
src/pages/sys/points/index.vue
+4
-6
No files found.
src/pages/eq/hall/config.js
View file @
3fa4701d
...
...
@@ -116,7 +116,7 @@
{
align
:
'center'
,
prop
:
'electric_energy'
,
label
:
'
今日
用电量(kwh)'
label
:
'用电量(kwh)'
},
// {
// align: 'center',
...
...
src/pages/eq/office/page.vue
View file @
3fa4701d
...
...
@@ -57,7 +57,7 @@
<span
v-if=
"data.scope.setting_mode == 0"
>
无
</span>
<span
v-if=
"data.scope.setting_mode == 2"
>
制冷模式
</span>
<span
v-if=
"data.scope.setting_mode == 4"
>
除湿模式
</span>
<span
v-if=
"data.scope.setting_mode == 8"
>
送
分
模式
</span>
<span
v-if=
"data.scope.setting_mode == 8"
>
送
风
模式
</span>
<span
v-if=
"data.scope.setting_mode == 16"
>
制热模式
</span>
</
template
>
<
template
#
setting_wind_speed=
"data"
>
...
...
src/pages/sys/commandlog/index.vue
View file @
3fa4701d
...
...
@@ -120,6 +120,8 @@ export default {
url
:
this
.
$http
.
adornUrl
(
'/sysCommandLog/pageList'
),
method
:
'post'
,
data
:
{
page
:
this
.
pageIndex
,
rows
:
this
.
pageSize
,
comMark
:
this
.
dataForm
.
comMark
,
comType
:
this
.
dataForm
.
comType
,
startTime
:
this
.
dataForm
.
startTime
,
...
...
src/pages/sys/points/index.vue
View file @
3fa4701d
...
...
@@ -188,7 +188,7 @@ export default {
checkList
:
[],
//筛选数据
tableHeader
:
[
{
label
:
'点位名称'
,
prop
:
'name'
},
{
label
:
'点位类型'
,
prop
:
'type'
,
slot
:
true
},
{
label
:
'点位类型'
,
prop
:
'type'
,
slot
:
true
},
{
label
:
'网关IP'
,
prop
:
'addressIp'
},
{
label
:
'从机ID'
,
prop
:
'slaveId'
},
{
label
:
'功能码'
,
prop
:
'functionCodeType'
,
slot
:
true
},
...
...
@@ -286,17 +286,15 @@ export default {
this
.
checkedData
.
resourceId
=
''
}
},
getDataList
(
sort
,
order
)
{
getDataList
(
page
,
size
)
{
this
.
dataListLoading
=
true
this
.
$http
({
url
:
this
.
$http
.
adornUrl
(
'/liResourcePoints/pageList'
),
method
:
'post'
,
data
:
{
page
:
this
.
pageIndex
,
rows
:
this
.
pageSize
,
page
:
page
||
this
.
pageIndex
,
rows
:
size
||
this
.
pageSize
,
resourceId
:
this
.
checkedData
.
resourceId
,
sort
:
sort
||
'create_time'
,
order
:
order
||
'asc'
,
stationId
:
this
.
stationId
}
}).
then
((
data
)
=>
{
...
...
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