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

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

@@ -44,7 +44,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:'sunVillageInfoFixedAssetsEdit',query:{id:item.id}}" style="background-color: #07c160">修改</router-link> <router-link :to="{name:'sunVillageInfoFixedAssetsEdit',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>


@@ -148,7 +148,7 @@
tableId: id, tableId: id,
tableName: "t_asset_permanent", tableName: "t_asset_permanent",
bizPath: "asset", bizPath: "asset",
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