소스 검색

feat: save

gemercheung 1 년 전
부모
커밋
1b205bdbce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: "确定",