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