Просмотр исходного кода

合同信息 手机端 已结款的信息不能修改

rongxin_prod
makaba 1 год назад
Родитель
Сommit
d025cbd388
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/views/sunVillage_info/information.vue

+ 1
- 1
src/views/sunVillage_info/information.vue Просмотреть файл

@@ -40,7 +40,7 @@
</div>
<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>
<router-link :to="{name:'sunVillageInfoInformationEdit',query:{id:item.id}}" style="background-color: #07c160" v-if="item.params.planStatus !=='2'">修改</router-link>
<div @click="openLoader(item.id,0)" style="background-color: rgba(98,173,102,0.2);color: #62AD66;">附件</div>
</template>
</van-swipe-cell>


Загрузка…
Отмена
Сохранить