Commit 2681d1c1 by 米嘉伟

关注列表取消改号

parent 77eddc99
......@@ -257,7 +257,7 @@
/>
</div>
</el-tooltip>
<el-tooltip
<!-- <el-tooltip
class="item"
effect="dark"
content="改号"
......@@ -273,7 +273,7 @@
alt=""
/>
</div>
</el-tooltip>
</el-tooltip> -->
<el-tooltip
class="item"
effect="dark"
......@@ -320,7 +320,7 @@
placement="top-start"
:hide-icon="true"
confirm-button-text="确认"
@onConfirm="delOne(scope.row.id)"
@onConfirm="delOne(scope.row.followPerson.id)"
class="icon del"
title="确认要删除该数据吗?该操作无法撤消!"
>
......@@ -409,7 +409,7 @@
/>
</div>
</el-tooltip>
<el-tooltip
<!-- <el-tooltip
class="item"
effect="dark"
content="改号"
......@@ -425,7 +425,7 @@
alt=""
/>
</div>
</el-tooltip>
</el-tooltip> -->
<el-tooltip
class="item"
......@@ -473,7 +473,7 @@
placement="top-start"
:hide-icon="true"
confirm-button-text="确认"
@onConfirm="delOne(scope.row.id)"
@onConfirm="delOne(scope.row.followCase.id)"
class="icon del"
title="确认要删除该数据吗?该操作无法撤消!"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment