8/26
This commit is contained in:
parent
de0f8648c4
commit
e58b552e29
@ -7,7 +7,7 @@
|
|||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='19')!=-1&&purviewList[purviewList.findIndex(item => item.id =='19')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='19')!=-1&&purviewList[purviewList.findIndex(item => item.id =='19')].state===0">
|
||||||
<template v-for="(item,index) in airWindowList">
|
<template v-for="(item,index) in airWindowList">
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<view class="lishui-item" :key="index" v-show="item.state != 0">
|
<view class="lishui-item" :key="index" >
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -51,7 +51,7 @@
|
|||||||
<!-- 外遮阳 -->
|
<!-- 外遮阳 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='25')!=-1&&purviewList[purviewList.findIndex(item => item.id =='25')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='25')!=-1&&purviewList[purviewList.findIndex(item => item.id =='25')].state===0">
|
||||||
<template v-for="(item,index) in externalsunshadeList">
|
<template v-for="(item,index) in externalsunshadeList">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -93,7 +93,7 @@
|
|||||||
<!-- 内遮阳 -->
|
<!-- 内遮阳 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='24')!=-1&&purviewList[purviewList.findIndex(item => item.id =='24')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='24')!=-1&&purviewList[purviewList.findIndex(item => item.id =='24')].state===0">
|
||||||
<template v-for="(item,index) in innercurtainList">
|
<template v-for="(item,index) in innercurtainList">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -135,7 +135,7 @@
|
|||||||
<!-- 内保温 -->
|
<!-- 内保温 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='27')!=-1&&purviewList[purviewList.findIndex(item => item.id =='27')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='27')!=-1&&purviewList[purviewList.findIndex(item => item.id =='27')].state===0">
|
||||||
<template v-for="(item,index) in interiorthermalinsulationList">
|
<template v-for="(item,index) in interiorthermalinsulationList">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -177,7 +177,7 @@
|
|||||||
<!-- 立面保温 -->
|
<!-- 立面保温 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='29')!=-1&&purviewList[purviewList.findIndex(item => item.id =='29')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='29')!=-1&&purviewList[purviewList.findIndex(item => item.id =='29')].state===0">
|
||||||
<template v-for="(item,index) in upFaceInsulationList">
|
<template v-for="(item,index) in upFaceInsulationList">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -358,7 +358,7 @@
|
|||||||
<!-- 湿帘泵 -->
|
<!-- 湿帘泵 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='26')!=-1&&purviewList[purviewList.findIndex(item => item.id =='26')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='26')!=-1&&purviewList[purviewList.findIndex(item => item.id =='26')].state===0">
|
||||||
<template v-for="(item,index) in fanwetcurtainList">
|
<template v-for="(item,index) in fanwetcurtainList">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -403,7 +403,7 @@
|
|||||||
<!-- CO2补气 -->
|
<!-- CO2补气 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='30')!=-1&&purviewList[purviewList.findIndex(item => item.id =='30')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='30')!=-1&&purviewList[purviewList.findIndex(item => item.id =='30')].state===0">
|
||||||
<template v-for="(item,index) in CO2List">
|
<template v-for="(item,index) in CO2List">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -446,7 +446,7 @@
|
|||||||
<!-- #湿窗外翻窗 -->
|
<!-- #湿窗外翻窗 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='26')!=-1&&purviewList[purviewList.findIndex(item => item.id =='26')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='26')!=-1&&purviewList[purviewList.findIndex(item => item.id =='26')].state===0">
|
||||||
<template v-for="(item,index) in outFlipWindowList">
|
<template v-for="(item,index) in outFlipWindowList">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -488,7 +488,7 @@
|
|||||||
<!-- 环流风扇 -->
|
<!-- 环流风扇 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='21')!=-1&&purviewList[purviewList.findIndex(item => item.id =='21')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='21')!=-1&&purviewList[purviewList.findIndex(item => item.id =='21')].state===0">
|
||||||
<template v-for="(item,index) in circulationFengshanList">
|
<template v-for="(item,index) in circulationFengshanList">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -953,7 +953,7 @@
|
|||||||
<!-- 高压微雾 -->
|
<!-- 高压微雾 -->
|
||||||
<view class="content" v-if="purviewList.findIndex(item => item.id =='23')!=-1&&purviewList[purviewList.findIndex(item => item.id =='23')].state===0">
|
<view class="content" v-if="purviewList.findIndex(item => item.id =='23')!=-1&&purviewList[purviewList.findIndex(item => item.id =='23')].state===0">
|
||||||
<template v-for="(item,index) in highpressuremistList">
|
<template v-for="(item,index) in highpressuremistList">
|
||||||
<view class="lishui-item" v-show="item.state != 0" :key="index">
|
<view class="lishui-item" :key="index">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
@ -3047,6 +3047,7 @@
|
|||||||
//外遮阳
|
//外遮阳
|
||||||
this.externalsunshadeList = this.toNewList(this.externalsunshadeList,
|
this.externalsunshadeList = this.toNewList(this.externalsunshadeList,
|
||||||
el.child)
|
el.child)
|
||||||
|
console.log(this.externalsunshadeList);
|
||||||
} else if (el.id == '24') {
|
} else if (el.id == '24') {
|
||||||
//内遮阳
|
//内遮阳
|
||||||
this.innercurtainList = this.toNewList(this.innercurtainList, el.child)
|
this.innercurtainList = this.toNewList(this.innercurtainList, el.child)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user