Compare commits
No commits in common. "c4ab78acc02836fe670de9c02fbe10feffc90a93" and "cabade84d3701cfccd30881afed5810453325160" have entirely different histories.
c4ab78acc0
...
cabade84d3
@ -3143,10 +3143,8 @@
|
|||||||
|
|
||||||
.vrcode-model.manage-model .el-dialog__body .vrcode-content {
|
.vrcode-model.manage-model .el-dialog__body .vrcode-content {
|
||||||
padding: 10px 22px 0 !important;
|
padding: 10px 22px 0 !important;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
justify-content: space-between;
|
||||||
grid-row-gap: 0px;
|
|
||||||
grid-column-gap: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vrcode-model.manage-model .el-dialog__footer {
|
.vrcode-model.manage-model .el-dialog__footer {
|
||||||
|
2
src/assets/css/main.min.css
vendored
2
src/assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -303,7 +303,6 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
margin: 0!important;
|
margin: 0!important;
|
||||||
|
|
||||||
>img {
|
>img {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
@ -769,7 +768,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-main-one{
|
.input-main-one{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -806,7 +804,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.outline {
|
.outline {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -1672,7 +1669,6 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
padding: 20px 0 0;
|
padding: 20px 0 0;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
||||||
@ -1681,7 +1677,6 @@
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-left{
|
.model-left{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -2238,13 +2233,11 @@
|
|||||||
width: calc(100% - 400px);
|
width: calc(100% - 400px);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#video-js{
|
#video-js{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-control {
|
.video-control {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -3264,11 +3257,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
||||||
&.w-100{
|
&.w-100{
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.blue-btn {
|
&.blue-btn {
|
||||||
background: #00A6FF;
|
background: #00A6FF;
|
||||||
|
|
||||||
@ -3311,39 +3302,32 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-input{
|
.manage-input{
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
||||||
&.w-400{
|
&.w-400{
|
||||||
input{
|
input{
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.w-350{
|
&.w-350{
|
||||||
input{
|
input{
|
||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.w-160{
|
&.w-160{
|
||||||
input{
|
input{
|
||||||
width: 160px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.w-180{
|
&.w-180{
|
||||||
input{
|
input{
|
||||||
width:180px;
|
width:180px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-input{
|
.search-input{
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-title{
|
.input-title{
|
||||||
font-family: Microsoft YaHei;
|
font-family: Microsoft YaHei;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -3351,7 +3335,6 @@
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input{
|
input{
|
||||||
width: 240px;
|
width: 240px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
@ -3367,33 +3350,27 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.vrcode-model {
|
.vrcode-model {
|
||||||
&.manage-model{
|
&.manage-model{
|
||||||
.el-dialog{
|
.el-dialog{
|
||||||
background: rgba(0,59,114,0.8);
|
background: rgba(0,59,114,0.8);
|
||||||
border: 2px solid rgba(0, 186, 255,0.35);
|
border: 2px solid rgba(0, 186, 255,0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-dialog__body{
|
.el-dialog__body{
|
||||||
.vrcode-content{
|
.vrcode-content{
|
||||||
padding: 10px 22px 0!important;
|
padding: 10px 22px 0!important;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
// align-items: center;
|
||||||
grid-row-gap: 0px; //纵向间隔
|
justify-content: space-between;
|
||||||
grid-column-gap: 20px; //横向间隔
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-dialog__footer{
|
.el-dialog__footer{
|
||||||
padding: 15px 22px;
|
padding: 15px 22px;
|
||||||
border-top: 1px solid rgba(0, 180, 255, 0.35);
|
border-top: 1px solid rgba(0, 180, 255, 0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-footer{
|
.dialog-footer{
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-right{
|
.manage-right{
|
||||||
.manage-img{
|
.manage-img{
|
||||||
width: 380px;
|
width: 380px;
|
||||||
@ -3401,15 +3378,12 @@
|
|||||||
// height: 290px;
|
// height: 290px;
|
||||||
background: rgba(0,132,255,0.15);
|
background: rgba(0,132,255,0.15);
|
||||||
border: 2px solid rgba(0,132,255,0.35);
|
border: 2px solid rgba(0,132,255,0.35);
|
||||||
|
|
||||||
img{
|
img{
|
||||||
width:360px;
|
width:360px;
|
||||||
height:auto;
|
height:auto;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
#sel-img{
|
#sel-img{
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
@ -3419,7 +3393,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-text{
|
.manage-text{
|
||||||
width: 240px;
|
width: 240px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
@ -3434,7 +3407,6 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #00C0F7;
|
color: #00C0F7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-img-small{
|
.manage-img-small{
|
||||||
width: 240px;
|
width: 240px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
@ -3443,7 +3415,6 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
#sel-img{
|
#sel-img{
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
@ -3451,7 +3422,6 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
img{
|
img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -3459,7 +3429,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-return-btn {
|
.model-return-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
@ -4286,7 +4255,6 @@
|
|||||||
background: rgba(0, 92, 178, 0.15);
|
background: rgba(0, 92, 178, 0.15);
|
||||||
padding: 20px 30px;
|
padding: 20px 30px;
|
||||||
border: 2px solid rgba(0, 186, 255, 0.2);
|
border: 2px solid rgba(0, 186, 255, 0.2);
|
||||||
|
|
||||||
.scroll{
|
.scroll{
|
||||||
flex-wrap: nowrap!important;
|
flex-wrap: nowrap!important;
|
||||||
}
|
}
|
||||||
@ -4342,12 +4310,10 @@
|
|||||||
.el-table{
|
.el-table{
|
||||||
.el-table__body-wrapper {
|
.el-table__body-wrapper {
|
||||||
@extend .scroll;
|
@extend .scroll;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
/*滚动条整体*/
|
/*滚动条整体*/
|
||||||
width: 17px;
|
width: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
/*滚动条里面的滑块*/
|
/*滚动条里面的滑块*/
|
||||||
width: 4px;
|
width: 4px;
|
||||||
@ -4362,14 +4328,11 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-dropdown{
|
.manage-dropdown{
|
||||||
width: 240px!important;
|
width: 240px!important;
|
||||||
|
|
||||||
&.w-400{
|
&.w-400{
|
||||||
width: 400px!important;
|
width: 400px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.w-350{
|
&.w-350{
|
||||||
width: 350px!important;
|
width: 350px!important;
|
||||||
}
|
}
|
||||||
@ -4386,19 +4349,16 @@
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.w-400{
|
&.w-400{
|
||||||
.el-dropdown-link{
|
.el-dropdown-link{
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.w-350{
|
&.w-350{
|
||||||
.el-dropdown-link{
|
.el-dropdown-link{
|
||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-dropdown-link {
|
.el-dropdown-link {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
@ -80,16 +80,7 @@ export default {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
toNewList(list, list2) {
|
|
||||||
let newList = list.map((item, index) => {
|
|
||||||
// 从第二个数组中获取对应的 nickName 并赋值给 name
|
|
||||||
const match = list2[index];
|
|
||||||
return match ? { ...item, name: match.nickName ? match.nickName : item.name } : item;
|
|
||||||
});
|
|
||||||
return newList
|
|
||||||
},
|
|
||||||
dataInit() {
|
dataInit() {
|
||||||
const that = this
|
|
||||||
this.loading = this.$loading({
|
this.loading = this.$loading({
|
||||||
lock: true,
|
lock: true,
|
||||||
text: '加载中',
|
text: '加载中',
|
||||||
@ -104,23 +95,16 @@ export default {
|
|||||||
this.purview = res.data.data;
|
this.purview = res.data.data;
|
||||||
this.purview.forEach((el, index) => {
|
this.purview.forEach((el, index) => {
|
||||||
if (el.id == 1) {
|
if (el.id == 1) {
|
||||||
var list = [
|
|
||||||
{ name: "目标温度", list: [], router: "targetTemperature", isRouter: true, index: 1 },
|
|
||||||
{ name: "目标湿度", list: [], router: "targetHumidity", isRouter: true, index: 2 },
|
|
||||||
{ name: "目标CO3", list: [], router: "targetCo2", isRouter: true, index: 3 }
|
|
||||||
]
|
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList = that.toNewList(list, el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
this.routerList.push(
|
this.routerList.push(
|
||||||
{
|
{
|
||||||
id: el.id, sort: el.sort,
|
id: el.id, sort: el.sort,
|
||||||
name: el.nickName,
|
name: el.nickName,
|
||||||
router: "targetTemperature",
|
router: "targetTemperature",
|
||||||
list: newList,
|
list: [
|
||||||
|
{ name: "目标温度", list: [], router: "targetTemperature", isRouter: true, index: 1 },
|
||||||
|
{ name: "目标湿度", list: [], router: "targetHumidity", isRouter: true, index: 2 },
|
||||||
|
{ name: "目标CO2", list: [], router: "targetCo2", isRouter: true, index: 3 }
|
||||||
|
],
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
} else if (el.id == 3) {
|
} else if (el.id == 3) {
|
||||||
@ -134,139 +118,80 @@ export default {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
} else if (el.id == 19) {
|
} else if (el.id == 19) {
|
||||||
var list = [
|
this.routerList.push({
|
||||||
|
id: el.id, sort: el.sort,
|
||||||
|
name: el.nickName, list: [
|
||||||
{ name: '通风窗1', status: -1, router: 'sunroofControl', index: 1 },
|
{ name: '通风窗1', status: -1, router: 'sunroofControl', index: 1 },
|
||||||
{ name: '通风窗2', status: -1, router: 'sunroofControl', index: 2 },
|
{ name: '通风窗2', status: -1, router: 'sunroofControl', index: 2 },
|
||||||
{ name: '通风窗3', status: -1, router: 'sunroofControl', index: 3 },
|
{ name: '通风窗3', status: -1, router: 'sunroofControl', index: 3 },
|
||||||
{ name: '通风窗4', status: -1, router: 'sunroofControl', index: 4 },
|
{ name: '通风窗4', status: -1, router: 'sunroofControl', index: 4 },
|
||||||
{ name: '通风窗5', status: -1, router: 'sunroofControl', index: 5 },
|
{ name: '通风窗5', status: -1, router: 'sunroofControl', index: 5 },
|
||||||
{ name: '通风窗6', status: -1, router: 'sunroofControl', index: 6 },
|
{ name: '通风窗6', status: -1, router: 'sunroofControl', index: 6 },
|
||||||
]
|
], router: "sunroofControl",
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList = that.toNewList(list, el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
this.routerList.push({
|
|
||||||
id: el.id, sort: el.sort,
|
|
||||||
name: el.nickName, list: newList, router: "sunroofControl",
|
|
||||||
});
|
});
|
||||||
} else if (el.id == 25) {
|
} else if (el.id == 25) {
|
||||||
var list = [
|
this.routerList.push({
|
||||||
|
id: el.id, sort: el.sort,
|
||||||
|
name: el.nickName, list: [
|
||||||
{ name: '外遮阳1', status: -1, router: 'outsizeSunshade', index: 1 },
|
{ name: '外遮阳1', status: -1, router: 'outsizeSunshade', index: 1 },
|
||||||
{ name: '外遮阳2', status: -1, router: 'outsizeSunshade', index: 2 },
|
{ name: '外遮阳2', status: -1, router: 'outsizeSunshade', index: 2 },
|
||||||
]
|
], router: "outsizeSunshade",
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList = that.toNewList(list, el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
this.routerList.push({
|
|
||||||
id: el.id, sort: el.sort,
|
|
||||||
name: el.nickName, list: newList, router: "outsizeSunshade",
|
|
||||||
});
|
});
|
||||||
} else if (el.id == 24) {
|
} else if (el.id == 24) {
|
||||||
var list = [
|
this.routerList.push({
|
||||||
|
id: el.id, sort: el.sort,
|
||||||
|
name: el.nickName, list: [
|
||||||
{ name: '内遮阳1', status: -1, router: 'insizeSunshade', index: 1 },
|
{ name: '内遮阳1', status: -1, router: 'insizeSunshade', index: 1 },
|
||||||
{ name: '内遮阳2', status: -1, router: 'insizeSunshade', index: 2 },
|
{ name: '内遮阳2', status: -1, router: 'insizeSunshade', index: 2 },
|
||||||
]
|
], router: "insizeSunshade",
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList = that.toNewList(list, el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
this.routerList.push({
|
|
||||||
id: el.id, sort: el.sort,
|
|
||||||
name: el.nickName, list: newList, router: "insizeSunshade",
|
|
||||||
});
|
});
|
||||||
} else if (el.id == 27) {
|
} else if (el.id == 27) {
|
||||||
var list = [
|
|
||||||
{ name: '内保温1', status: -1, router: 'internalInsulation', index: 1 },
|
|
||||||
{ name: '内保温2', status: -1, router: 'internalInsulation', index: 2 },
|
|
||||||
]
|
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList = that.toNewList(list, el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
this.routerList.push({
|
this.routerList.push({
|
||||||
id: el.id, sort: el.sort,
|
id: el.id, sort: el.sort,
|
||||||
name: el.nickName, list: newList, router: "internalInsulation",
|
name: el.nickName, list: [
|
||||||
|
{ name: '内保温1', status: -1, router: 'internalInsulation', index: 1 },
|
||||||
|
{ name: '内保温2', status: -1, router: 'internalInsulation', index: 2 },
|
||||||
|
], router: "internalInsulation",
|
||||||
});
|
});
|
||||||
} else if (el.id == 29) {
|
} else if (el.id == 29) {
|
||||||
var list = [
|
this.routerList.push({
|
||||||
|
id: el.id, sort: el.sort,
|
||||||
|
name: el.nickName, list: [
|
||||||
{ name: '立面保温1', status: -1, router: 'facadeInsulation', index: 1 },
|
{ name: '立面保温1', status: -1, router: 'facadeInsulation', index: 1 },
|
||||||
{ name: '立面保温2', status: -1, router: 'facadeInsulation', index: 2 },
|
{ name: '立面保温2', status: -1, router: 'facadeInsulation', index: 2 },
|
||||||
{ name: '立面保温3', status: -1, router: 'facadeInsulation', index: 3 },
|
{ name: '立面保温3', status: -1, router: 'facadeInsulation', index: 3 },
|
||||||
{ name: '立面保温4', status: -1, router: 'facadeInsulation', index: 4 },
|
{ name: '立面保温4', status: -1, router: 'facadeInsulation', index: 4 },
|
||||||
]
|
], router: "facadeInsulation",
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList = that.toNewList(list, el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
this.routerList.push({
|
|
||||||
id: el.id, sort: el.sort,
|
|
||||||
name: el.nickName, list: newList, router: "facadeInsulation",
|
|
||||||
});
|
});
|
||||||
} else if (el.id == 26) {
|
} else if (el.id == 26) {
|
||||||
var list = [
|
this.routerList.push({
|
||||||
|
id: el.id, sort: el.sort, name: el.nickName, list: [
|
||||||
{ name: '风机', status: -1, router: 'wetFan', index: 1 },
|
{ name: '风机', status: -1, router: 'wetFan', index: 1 },
|
||||||
{ name: '湿帘泵', status: -1, router: 'wetFan', index: 2 },
|
{ name: '湿帘泵', status: -1, router: 'wetFan', index: 2 },
|
||||||
{ name: '湿帘外翻窗', status: -1, router: 'wetFan', index: 3 },
|
{ name: '湿帘外翻窗', status: -1, router: 'wetFan', index: 3 },
|
||||||
]
|
], router: "wetFan"
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList=that.toNewList(list,el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
this.routerList.push({
|
|
||||||
id: el.id, sort: el.sort, name: el.nickName, list: newList, router: "wetFan"
|
|
||||||
});
|
});
|
||||||
} else if (el.id == 21) {
|
} else if (el.id == 21) {
|
||||||
var list = [
|
|
||||||
{ name: '环流风扇1', status: -1, router: 'circulationCan', index: 1 },
|
|
||||||
{ name: '环流风扇2', status: -1, router: 'circulationCan', index: 2 },
|
|
||||||
]
|
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList=that.toNewList(list,el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
|
|
||||||
this.routerList.push({
|
this.routerList.push({
|
||||||
id: el.id, sort: el.sort,
|
id: el.id, sort: el.sort,
|
||||||
name: el.nickName, list: newList, router: "circulationCan",
|
name: el.nickName, list: [
|
||||||
|
{ name: '环流风扇1', status: -1, router: 'circulationCan', index: 1 },
|
||||||
|
{ name: '环流风扇2', status: -1, router: 'circulationCan', index: 2 },
|
||||||
|
], router: "circulationCan",
|
||||||
});
|
});
|
||||||
} else if (el.id == 20) {
|
} else if (el.id == 20) {
|
||||||
|
|
||||||
this.routerList.push({
|
this.routerList.push({
|
||||||
id: el.id, sort: el.sort,
|
id: el.id, sort: el.sort,
|
||||||
name: el.nickName, list: [], router: "LED",
|
name: el.nickName, list: [], router: "LED",
|
||||||
isRouter: true,
|
isRouter: true,
|
||||||
});
|
});
|
||||||
} else if (el.id == 23) {
|
} else if (el.id == 23) {
|
||||||
var list = [
|
|
||||||
{ name: '高压微雾1', status: -1, router: 'coercionMist', index: 1 },
|
|
||||||
{ name: '高压微雾2', status: -1, router: 'coercionMist', index: 2 },
|
|
||||||
]
|
|
||||||
let newList
|
|
||||||
if (el.child.length) {
|
|
||||||
newList=that.toNewList(list,el.child)
|
|
||||||
} else {
|
|
||||||
newList = list
|
|
||||||
}
|
|
||||||
|
|
||||||
this.routerList.push({
|
this.routerList.push({
|
||||||
id: el.id, sort: el.sort,
|
id: el.id, sort: el.sort,
|
||||||
name: el.nickName, list: newList, router: "coercionMist"
|
name: el.nickName, list: [
|
||||||
|
{ name: '高压微雾1', status: -1, router: 'coercionMist', index: 1 },
|
||||||
|
{ name: '高压微雾2', status: -1, router: 'coercionMist', index: 2 },
|
||||||
|
], router: "coercionMist"
|
||||||
});
|
});
|
||||||
} else if (el.id == 11 || el.id == 12 || el.id == 13 || el.id == 14 || el.id == 15 || el.id == 16 || el.id == 17 || el.id == 18) {
|
} else if (el.id == 11 || el.id == 12 || el.id == 13 || el.id == 14 || el.id == 15 || el.id == 16 || el.id == 17 || el.id == 18) {
|
||||||
if (!this.routerList.some(item => item.router === "electromagneticControl")) {
|
if (!this.routerList.some(item => item.router === "electromagneticControl")) {
|
||||||
@ -326,7 +251,6 @@ if (el.child.length) {
|
|||||||
} else if (el.id == 22) {
|
} else if (el.id == 22) {
|
||||||
this.routerList.push({ name: el.nickName, list: [], router: "parameterSet", isRouter: true });
|
this.routerList.push({ name: el.nickName, list: [], router: "parameterSet", isRouter: true });
|
||||||
} else if (el.id == 8) {
|
} else if (el.id == 8) {
|
||||||
|
|
||||||
this.routerList.push(
|
this.routerList.push(
|
||||||
{ id: el.id, sort: el.sort, name: "加热水泵", list: [], router: "waterPump", isRouter: true },
|
{ id: el.id, sort: el.sort, name: "加热水泵", list: [], router: "waterPump", isRouter: true },
|
||||||
{
|
{
|
||||||
|
@ -4,15 +4,14 @@
|
|||||||
<img src="../../assets/manageImg/deviceSet.png" alt="">设备状态设备
|
<img src="../../assets/manageImg/deviceSet.png" alt="">设备状态设备
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-view scroll">
|
<div class="flex-view scroll">
|
||||||
<div class="manage-btn" v-for="item, index in topList" :key="index" @click="topChange(item, index)"
|
<div class="manage-btn" v-for="item,index in topList" :key="index" @click="topChange(item,index)" :class="active == index ? 'active' : ''">
|
||||||
:class="active == index ? 'active' : ''">
|
|
||||||
|
|
||||||
{{item.deviceTypeName}}
|
{{item.deviceTypeName}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-view">
|
<div class="table-view">
|
||||||
<el-table :data="tableData" :row-class-name="tableRowClassName" height="580" style="width: 100%"
|
<el-table :data="tableData" :row-class-name="tableRowClassName" height="580" style="width: 100%">
|
||||||
:tree-props="{ children: 'child' }">
|
|
||||||
<el-table-column label="序号" width="120px">
|
<el-table-column label="序号" width="120px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div>{{scope.$index+1 }}
|
<div>{{scope.$index+1 }}
|
||||||
@ -20,7 +19,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column prop="name" label="设备名称">
|
<el-table-column prop="permissionName" label="设备名称">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="nickName" label="设备别名">
|
<el-table-column prop="nickName" label="设备别名">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
@ -37,33 +36,23 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
<el-dialog title="提示" top="15vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model"
|
<el-dialog title="提示" top="15vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model" :append-to-body="true">
|
||||||
:append-to-body="true">
|
|
||||||
<div class="vrcode-model-title">
|
<div class="vrcode-model-title">
|
||||||
编辑
|
编辑
|
||||||
</div>
|
</div>
|
||||||
<div class="vrcode-content" v-if="changeData">
|
<div class="vrcode-content" v-if="changeData">
|
||||||
<div class="">
|
<div class="manage-left">
|
||||||
<div class="manage-input">
|
<div class="manage-input">
|
||||||
<div class="input-title">设备别名</div>
|
<div class="input-title">设备别名</div>
|
||||||
<input type="text" v-model="changeData.nickName" placeholder="请输入设备别名">
|
<input type="text" v-model="changeData.nickName" placeholder="请输入设备别名">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<div class="manage-right">
|
||||||
<div class="manage-input">
|
<div class="manage-input">
|
||||||
<div class="input-title">排序</div>
|
<div class="input-title">排序</div>
|
||||||
<input type="number" v-model="changeData.sort" placeholder="请输入新排序">
|
<input type="number" v-model="changeData.sort" placeholder="请输入新排序">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<template v-for="item,index in changeData.child" >
|
|
||||||
<div class="" >
|
|
||||||
<div class="manage-input">
|
|
||||||
<div class="input-title">{{ index==0?'子设备名称':` ` }}</div>
|
|
||||||
<input type="text" v-model="item.nickName" placeholder="请输入设备别名">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<span slot="footer" class="dialog-footer">
|
<span slot="footer" class="dialog-footer">
|
||||||
<div class="vrcode-btn blue-btn w-100" @click="confirmModel">确定</div>
|
<div class="vrcode-btn blue-btn w-100" @click="confirmModel">确定</div>
|
||||||
@ -132,8 +121,8 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
getData(item){
|
getData(item){
|
||||||
// var data={deviceId:item.deviceId}
|
var data={deviceId:item.deviceId}
|
||||||
this.api.getcontrol_cpermission(item.deviceId).then(res => {
|
this.api.selpermission(data).then(res=>{
|
||||||
if(res.data.code==200){
|
if(res.data.code==200){
|
||||||
this.tableData=res.data.data
|
this.tableData=res.data.data
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user