style: 优化部分弹窗提示
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
<template #icon><icon-edit /></template>
|
||||
</a-button>
|
||||
<a-popconfirm
|
||||
content="确定要删除当前选中的数据吗?"
|
||||
content="是否确定删除该数据?"
|
||||
type="warning"
|
||||
@ok="handleDeleteStorage([record.id])"
|
||||
>
|
||||
|
Reference in New Issue
Block a user