gemercheung 1 anno fa
parent
commit
1b205bdbce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/view/case/photos/draggable.vue

+ 1 - 1
src/view/case/photos/draggable.vue

@@ -105,7 +105,7 @@ async function getList() {
 }
 async function handleDet(index: Number, id: Number) {
   const res = await ElMessageBox.confirm(
-    "删除图像后会重新排版并重置标记数据,是否继续?",
+    "删除图像后会重新排版并清空标记数据,是否继续?",
     "温馨提示",
     {
       confirmButtonText: "确定",