补充删除关联
This commit is contained in:
@@ -160,8 +160,8 @@
|
||||
</a>
|
||||
<a-menu slot="overlay">
|
||||
<a-menu-item>
|
||||
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete2(record.id)">
|
||||
<a>删除</a>
|
||||
<a-popconfirm title="确定删除用户与角色关联吗?" @confirm="() => handleDelete2(record.id)">
|
||||
<a>删除关联</a>
|
||||
</a-popconfirm>
|
||||
</a-menu-item>
|
||||
</a-menu>
|
||||
|
||||
Reference in New Issue
Block a user