浏览代码

优化

wulanhaote
庞东旭 2 年前
父节点
当前提交
8a6da21693
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/views/sunVillage_info/fixedAssets.vue

+ 2
- 2
src/views/sunVillage_info/fixedAssets.vue 查看文件

@@ -44,7 +44,7 @@
<template #right>
<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>
<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>

@@ -148,7 +148,7 @@
tableId: id,
tableName: "t_asset_permanent",
bizPath: "asset",
fileType: index,
fileType: '',
}
attachmentList(oData1).then(res => {
res.rows.map(r => {


正在加载...
取消
保存