mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -156,7 +156,7 @@ actionButtons.value = [
|
||||
}
|
||||
},
|
||||
{
|
||||
// 删除
|
||||
// 启用/禁用
|
||||
text: row => (row.status === StatusEnum.ENABLE ? "禁用" : "启用"),
|
||||
code: "delete",
|
||||
confirm: {
|
||||
|
Reference in New Issue
Block a user