|
|
@@ -154,7 +154,7 @@ const AccessConfig = () => {
|
|
|
}}
|
|
|
popConfirm={{
|
|
|
title: '确认删除',
|
|
|
- disabled: item.status.value !== 'disabled',
|
|
|
+ disabled: item.state.value !== 'disabled',
|
|
|
onConfirm: () => {
|
|
|
service.remove(item.id).then((resp: any) => {
|
|
|
if (resp.status === 200) {
|