|
|
@@ -41,7 +41,7 @@ |
|
|
|
</div> |
|
|
|
<p class="item_right">{{ item.sfgyr }}</p> |
|
|
|
</div> |
|
|
|
<template #right> |
|
|
|
<template #right v-if="$route.params.surveyStatus!=='3'"> |
|
|
|
<div class="operation"> |
|
|
|
<!-- delete 删除 edit编辑 view查看 list榜单 --> |
|
|
|
<div class="opera_btn edit" @click="householdDivision(item, index)"> |
|
|
@@ -60,7 +60,7 @@ |
|
|
|
</template> |
|
|
|
</van-swipe-cell> |
|
|
|
<!-- getDetail不加(), 第一个参数默认传递的是event,getDetail加(), 需要手动传递$event --> |
|
|
|
<p class="btn" @click="goDetail()">新增</p> |
|
|
|
<p class="btn" @click="goDetail()" v-if="$route.params.surveyStatus!=='3'">新增</p> |
|
|
|
</div> |
|
|
|
<van-popup v-model="showContractorPopup" position="bottom"> |
|
|
|
<van-picker |
|
|
|