|
|
@@ -77,9 +77,18 @@ |
|
|
|
</template> |
|
|
|
</van-cell> |
|
|
|
<template #right> |
|
|
|
<van-button v-if="item.yhzgx != '02'" style="align-items: center;color:#22B7F2;font-size:12px;margin-left: auto;height:100%;" @click="handleFenHu(item)"><img src="../../assets/images/housesteadSurvey/list09.png" alt="" style="margin-right: 3px;">分户</van-button> |
|
|
|
<van-button v-if="item.yhzgx != '02'" style="align-items: center;color:#22B7F2;font-size:12px;height:100%;" @click="handleGuohu(item,index)"><img src="../../assets/images/housesteadSurvey/add03.png" alt="" style="margin-right: 3px;">移户</van-button> |
|
|
|
<van-button v-if="item.yhzgx != '02'" style="align-items: center;color:#22B7F2;font-size:12px;height:100%;" @click="handleToHuzhu(item,index)"><img src="../../assets/images/housesteadSurvey/list03.png" alt="" style="margin-right: 3px;">设为户主</van-button> |
|
|
|
<van-row> |
|
|
|
<van-col> |
|
|
|
<van-button v-if="item.yhzgx != '02'" style="align-items: center;color:#22B7F2;font-size:12px;margin-left: auto;height:100%;" @click="handleFenHu(item)"><img src="../../assets/images/housesteadSurvey/list09.png" alt="" style="margin-right: 3px;">分户</van-button> |
|
|
|
</van-col> |
|
|
|
<van-col> |
|
|
|
<van-button v-if="item.yhzgx != '02'" style="align-items: center;color:#22B7F2;font-size:12px;height:100%;" @click="handleGuohu(item,index)"><img src="../../assets/images/housesteadSurvey/add03.png" alt="" style="margin-right: 3px;">移户</van-button> |
|
|
|
</van-col> |
|
|
|
<van-col> |
|
|
|
<van-button v-if="item.yhzgx != '02'" style="align-items: center;color:#22B7F2;font-size:12px;height:100%;" @click="handleToHuzhu(item,index)"><img src="../../assets/images/housesteadSurvey/list03.png" alt="" style="margin-right: 3px;">设为户主</van-button> |
|
|
|
</van-col> |
|
|
|
</van-row> |
|
|
|
|
|
|
|
</template> |
|
|
|
</van-swipe-cell> |
|
|
|
<van-dialog v-model="guohuData.visible" title="成员移户" show-cancel-button confirmButtonText="确认" cancelButtonText="关闭" @confirm="guohu" @cancel="show=false"> |
|
|
@@ -5099,6 +5108,12 @@ |
|
|
|
/deep/ .van-swipe-cell__wrapper{ |
|
|
|
margin-right:-3px; |
|
|
|
} |
|
|
|
/deep/ .van-row{ |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
/deep/ .van-col{ |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
.title:before |
|
|
|
{ |
|
|
|
content:""; |
|
|
|