Explorar el Código

fix: 修改bug

bill hace 1 año
padre
commit
5407479fb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/scene-select.vue

+ 1 - 1
src/view/scene-select.vue

@@ -48,7 +48,7 @@ const tableProps = {
         .filter((scene) => {
           if (scene.calcStatus !== SceneStatus.SUCCESS) {
             tableProps.tableRef.value!.toggleRowSelection(scene, false);
-            tip || ElMessage.error({ message: "计算中常见无法添加", repeatNum: 1 });
+            tip || ElMessage.error({ message: "计算中场景无法添加", repeatNum: 1 });
             tip = true;
             return false;
           } else {