|
|
@@ -35,7 +35,7 @@ |
|
|
|
<template #right> |
|
|
|
<div class="operation"> |
|
|
|
<!-- delete 删除 edit编辑 view查看 list榜单 --> |
|
|
|
<div class="opera_btn" style="margin-right: 10px;" v-if="item.signingMode == '线上' && item.firstIsSign =='否' " @click="openPopup(item.id)"> |
|
|
|
<div class="opera_btn" style="margin-right: 10px;" v-if="item.signingMode == '线上' && item.secondIsSign =='否' " @click="openPopup(item.id)"> |
|
|
|
<img src="../../../assets/images/sunVillage_info/signature_icon_02.png" alt="" width="35"> |
|
|
|
<p>签名</p> |
|
|
|
</div> |
|
|
|