|
|
@@ -28,7 +28,7 @@ |
|
|
|
<!----1--> |
|
|
|
|
|
|
|
<van-swipe-cell v-for="(item,index) in 5" :key="index" > |
|
|
|
<div class="item"> |
|
|
|
<div class="item" @click="goDetail(1)"> |
|
|
|
<div class="info"> |
|
|
|
<div class="title"> |
|
|
|
<i class="icon_box"></i> |
|
|
@@ -194,7 +194,7 @@ |
|
|
|
this.$router.push({path: '/sunVillage_info/list_contract_add', query: {type: this.$route.query.typeX}}) |
|
|
|
}, |
|
|
|
goDetail(id){ |
|
|
|
this.$router.push({path:'/sunVillage_info/list_contract_detail',query: {id:id,type:this.$route.query.typeX,showBtn:this.showBtn}}) |
|
|
|
this.$router.push({path:'/sunVillage_info/list_signature_add',query: {id:id,type:this.$route.query.typeX,showBtn:this.showBtn}}) |
|
|
|
}, |
|
|
|
goEdit(id){ |
|
|
|
this.$router.push({path:'/sunVillage_info/list_contract_edit',query: {id:id,type:this.$route.query.typeX}}) |
|
|
|