Explorar el Código

修改新需求

tangning hace 18 horas
padre
commit
2f0e3e9cde
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/view/material/sceneImg.vue

+ 2 - 2
src/view/material/sceneImg.vue

@@ -1203,14 +1203,14 @@ async function openAIdrawCase() {
     item &&
     item &&
     item.num &&
     item.num &&
     (await ElMessageBox.confirm(
     (await ElMessageBox.confirm(
-      `当前现场已存在照片卷:${item.name},是否覆盖已有制卷结果?`,
+      `当前现场已存在卷:${item.name},是否覆盖已有制卷结果?`,
       "提示"
       "提示"
     ))
     ))
   ) {
   ) {
     handleAIdrawCasePhotos(num);
     handleAIdrawCasePhotos(num);
   } else if (
   } else if (
     await ElMessageBox.confirm(
     await ElMessageBox.confirm(
-      `AI制卷将基于实景三维已有痕迹物证数据自动提取重点、 概貌、方位照片,并制卷。需要一定时间。完成后可编辑调整。`,
+      `AI制卷将基于实景三维已有痕迹物证数据自动提取重点、概貌、方位照片,并制卷。`,
       "提示"
       "提示"
     )
     )
   ) {
   ) {