Showing
4 changed files
with
4 additions
and
3 deletions
... | ... | @@ -199,7 +199,7 @@ |
199 | 199 | auth: ProductPermission.DELETE, |
200 | 200 | icon: 'ant-design:delete-outlined', |
201 | 201 | popconfirm: { |
202 | - title: '是否确认删除操作?', | |
202 | + title: !!item.isEdge ? '此设备来自边端,请谨慎删除' : '是否确认删除', | |
203 | 203 | onConfirm: handleDelete.bind(null, [item.id]), |
204 | 204 | disabled: item.default || item.name == 'default', |
205 | 205 | }, | ... | ... |