yanglzh 11 mesiacov pred
rodič
commit
99781658a1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/iot/device/instance/detail.vue

+ 1 - 1
src/views/iot/device/instance/detail.vue

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