liuqiao 1 tahun lalu
induk
melakukan
7726566190
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      src/views/index/HCFDLab/index.vue

+ 5 - 0
src/views/index/HCFDLab/index.vue

@@ -951,6 +951,7 @@
         class="dialog-footer"
       >
         <el-button @click="dialog.mesh_generation = false">{{ $t("HCFD.file.cancel")}}</el-button>
+         <!-- <el-button @click="mesh2d">添加2D网格</el-button> -->
         <el-button
           type="primary"
           @click="meshSplitok();dialog.mesh_generation = false"
@@ -7526,6 +7527,10 @@ export default {
         })
         .catch((err) => {});
     },
+    // 网格添加2DTree
+    mesh2d(){
+
+    },
   },
   watch: {
     "animationobj.currentstep"() {