|
@@ -40,7 +40,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<template #right> |
|
|
<template #right> |
|
|
<div @click="handleDelete(item,index)" style="background-color: #ee0a24;height: 100%">删除</div> |
|
|
<div @click="handleDelete(item,index)" style="background-color: #ee0a24;height: 100%">删除</div> |
|
|
<router-link :to="{name:'sunVillageInfoInformationEdit',query:{id:item.id}}" style="background-color: #07c160">修改</router-link> |
|
|
|
|
|
|
|
|
<router-link :to="{name:'sunVillageInfoInformationEdit',query:{id:item.id}}" style="background-color: #07c160" v-if="item.params.planStatus !=='2'">修改</router-link> |
|
|
<div @click="openLoader(item.id,0)" style="background-color: rgba(98,173,102,0.2);color: #62AD66;">附件</div> |
|
|
<div @click="openLoader(item.id,0)" style="background-color: rgba(98,173,102,0.2);color: #62AD66;">附件</div> |
|
|
</template> |
|
|
</template> |
|
|
</van-swipe-cell> |
|
|
</van-swipe-cell> |
|
|