庞东旭 před 2 roky
rodič
revize
f47864f788
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/views/sunVillage_info/information.vue

+ 2
- 2
src/views/sunVillage_info/information.vue Zobrazit soubor

@@ -41,7 +41,7 @@
<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">修改</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> </template>
</van-swipe-cell> </van-swipe-cell>
</van-list> </van-list>
@@ -141,7 +141,7 @@
tableId: id, tableId: id,
tableName: "t_contraction_info", tableName: "t_contraction_info",
bizPath: "contraction", bizPath: "contraction",
fileType: index,
fileType: '',
} }
attachmentList(oData1).then(res => { attachmentList(oData1).then(res => {
res.rows.map(r => { res.rows.map(r => {


Načítá se…
Zrušit
Uložit