Optimize modal
This commit is contained in:
@@ -183,6 +183,7 @@ const Role = () => {
|
||||
modal
|
||||
.confirm({
|
||||
title: '确定删除',
|
||||
maskClosable: true,
|
||||
content: `确定删除选中的 ${tableSelectedItem.length} 个角色吗?`
|
||||
})
|
||||
.then(
|
||||
@@ -235,6 +236,7 @@ const Role = () => {
|
||||
modal
|
||||
.confirm({
|
||||
title: '确定删除',
|
||||
maskClosable: true,
|
||||
content: `确定删除角色 ${value.name} 吗?`
|
||||
})
|
||||
.then(
|
||||
|
||||
Reference in New Issue
Block a user