|
|
@ -256,11 +256,11 @@
|
|
|
|
<img src="@/assets/images/icon-ck@2x.png" alt="" style="width: 20px;margin-right: 5px;">
|
|
|
|
<img src="@/assets/images/icon-ck@2x.png" alt="" style="width: 20px;margin-right: 5px;">
|
|
|
|
<span class="look-info" @click="handleLookdate(scope.row)" style="color: #1485EF;">查看</span>
|
|
|
|
<span class="look-info" @click="handleLookdate(scope.row)" style="color: #1485EF;">查看</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="display: flex;align-items: center;cursor: pointer;">
|
|
|
|
<div style="display: flex;align-items: center;cursor: pointer; margin-left: 10px;">
|
|
|
|
<img src="@/assets/images/edit.png" alt="" style="width: 15px;margin-right: 5px;">
|
|
|
|
<img src="@/assets/images/edit.png" alt="" style="width: 15px;margin-right: 5px;">
|
|
|
|
<span class="look-info" @click="handleUpdate(scope.row)" style="color: #1485EF;">编辑</span>
|
|
|
|
<span class="look-info" @click="handleUpdate(scope.row)" style="color: #1485EF;">编辑</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="display: flex;align-items: center;cursor: pointer;">
|
|
|
|
<div style="display: flex;align-items: center;cursor: pointer; margin-left: 10px;">
|
|
|
|
<img src="@/assets/images/del.png" alt="" style="width: 20px;margin-right: 5px;">
|
|
|
|
<img src="@/assets/images/del.png" alt="" style="width: 20px;margin-right: 5px;">
|
|
|
|
<span class="look-info" @click="handleDelete(scope.row)" style="color: #F50C0C;">删除</span>
|
|
|
|
<span class="look-info" @click="handleDelete(scope.row)" style="color: #F50C0C;">删除</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|