|
@@ -681,7 +681,7 @@ export default defineComponent({
|
|
|
|
|
|
// 删除子设备
|
|
|
const deleteSubDevice = (row: any) => {
|
|
|
- ElMessageBox.confirm(`此操作将永久删除分类:${row.name}, 是否继续?`, '提示', {
|
|
|
+ ElMessageBox.confirm(`此操作将永久删除该子设备:${row.name}, 是否继续?`, '提示', {
|
|
|
confirmButtonText: '删除',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning',
|