fix: 设备接入网关删除提示语

This commit is contained in:
jackhoo_98 2023-03-31 21:23:17 +08:00
parent 990a2f73af
commit b01cc1bb17
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ const getActions = (data: Partial<Record<string, any>>): ActionsType[] => {
text: '删除',
disabled: state === 'enabled',
tooltip: {
title: state === 'enabled' ? '已启用的设备不能删除' : '删除',
title: state === 'enabled' ? '请先禁用,再删除' : '删除',
},
popConfirm: {
title: '确认删除?',