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
cfcf85b5
Commit
cfcf85b5
authored
May 08, 2021
by
高超凡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
ad432c74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
page.vue
src/pages/eq/hall/page.vue
+4
-5
page.vue
src/pages/eq/office/page.vue
+3
-3
No files found.
src/pages/eq/hall/page.vue
View file @
cfcf85b5
...
...
@@ -102,8 +102,7 @@
</div>
</div>
<!-- table -->
<!--
<table-list
:tableColums=
'tableColums'
:tableData=
'tableData'
:showOpr=
'true'
:opNum=
'3'
:showStateColor=
'true'
:currentMode=
'currentId && active ? currentId : null'
>
-->
<table-list
:tableColums=
'tableColums'
:tableData=
'tableData'
:showOpr=
'true'
:opNum=
'3'
:showStateColor=
'true'
:currentMode=
'currentId && active ? currentId : 0'
>
<table-list
:tableColums=
'tableColums'
:tableData=
'tableData'
:showOpr=
'true'
:opNum=
'3'
:showStateColor=
'true'
:currentMode=
'currentModel'
>
<template
v-slot:operation=
"scope"
>
<el-button
type=
"text"
...
...
@@ -292,7 +291,6 @@ export default {
tableColums
:
tableColumsOne
,
isSaving
:
1
,
//节能
isOpen
:
2
,
//定时开关
currentModel
:
this
.
$store
.
state
.
d2admin
.
paramsList
.
list
.
syBean
.
currentModel
,
//人工模式
formData
:
{
temperature
:
''
,
taskId
:
''
,
...
...
@@ -337,6 +335,9 @@ export default {
},
sbList
()
{
return
this
.
$store
.
state
.
d2admin
.
paramsList
.
list
.
sbList
},
currentModel
()
{
return
this
.
$store
.
state
.
d2admin
.
paramsList
.
list
.
syBean
.
currentModel
}
},
watch
:
{
...
...
@@ -579,8 +580,6 @@ export default {
this
.
currentId
=
id
}
})
console
.
log
(
'currentModel'
+
this
.
currentModel
);
},
statusHandle
()
{},
// 人工节能
...
...
src/pages/eq/office/page.vue
View file @
cfcf85b5
...
...
@@ -54,7 +54,6 @@ export default {
enTable
,
tablePagination
,
tableList
,
},
data
()
{
...
...
@@ -65,7 +64,6 @@ export default {
activeTab
:
'b6af764f2a6e454490a6b1b3c9057e57'
,
tableData
:
[],
tableColums
:
tableColumsOne
,
currentModel
:
this
.
$store
.
state
.
d2admin
.
paramsList
.
list
.
syBean
.
currentModel
,
//人工模式
officeTabList
:
[
{
id
:
'b6af764f2a6e454490a6b1b3c9057e57'
,
...
...
@@ -105,6 +103,9 @@ export default {
},
dlxfsnjList
()
{
return
this
.
$store
.
state
.
d2admin
.
paramsList
.
list
.
dlxfsnjList
},
currentModel
()
{
return
this
.
$store
.
state
.
d2admin
.
paramsList
.
list
.
syBean
.
currentModel
}
},
watch
:
{
...
...
@@ -132,7 +133,6 @@ export default {
},
mounted
()
{
this
.
getDataList
()
console
.
log
(
this
.
currentModel
);
},
methods
:
{
// 获取数据列表
...
...
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