|
|
@@ -41,7 +41,7 @@ |
|
|
|
<template #right> |
|
|
|
<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> |
|
|
|
<div @click="openLoader(item.id,index)" style="background-color: rgb(98,173,102,0.2);color: #62AD66;">附件</div> |
|
|
|
<div @click="openLoader(item.id,0)" style="background-color: rgb(98,173,102,0.2);color: #62AD66;">附件</div> |
|
|
|
</template> |
|
|
|
</van-swipe-cell> |
|
|
|
</van-list> |
|
|
@@ -141,7 +141,7 @@ |
|
|
|
tableId: id, |
|
|
|
tableName: "t_contraction_info", |
|
|
|
bizPath: "contraction", |
|
|
|
fileType: index, |
|
|
|
fileType: '', |
|
|
|
} |
|
|
|
attachmentList(oData1).then(res => { |
|
|
|
res.rows.map(r => { |
|
|
|