Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -207,7 +207,7 @@ | @@ -207,7 +207,7 @@ | ||
| 207 | auth: ProductPermission.DELETE, | 207 | auth: ProductPermission.DELETE, | 
| 208 | icon: 'ant-design:delete-outlined', | 208 | icon: 'ant-design:delete-outlined', | 
| 209 | popconfirm: { | 209 | popconfirm: { | 
| 210 | - title: !!item.isEdge ? '此设备来自边端,请谨慎删除' : '是否确认删除', | 210 | + title: !!item.isEdge ? '此产品来自边端,请谨慎删除' : '是否确认删除', | 
| 211 | onConfirm: handleDelete.bind(null, [item.id]), | 211 | onConfirm: handleDelete.bind(null, [item.id]), | 
| 212 | disabled: item.default || item.name == 'default', | 212 | disabled: item.default || item.name == 'default', | 
| 213 | }, | 213 | }, |