|
@@ -66,7 +66,7 @@
|
|
|
<el-image :src="t5" fit="contain"></el-image>
|
|
|
<div class="mntext" :title="mntext1" >{{ mntext1 }}</div>
|
|
|
</div>
|
|
|
- <div class="mnclose"><el-image :src="t6" fit="contain"></el-image></div>
|
|
|
+ <!-- <div class="mnclose"><el-image :src="t6" fit="contain"></el-image></div> -->
|
|
|
</div>
|
|
|
<resultLeft
|
|
|
ref="setleftAid"
|
|
@@ -80,7 +80,7 @@
|
|
|
<el-image :src="t5" fit="contain"></el-image>
|
|
|
<div class="mntext" :title="mntext2" >{{ mntext2 }}</div>
|
|
|
</div>
|
|
|
- <div class="mnclose"><el-image :src="t6" fit="contain"></el-image></div>
|
|
|
+ <!-- <div class="mnclose"><el-image :src="t6" fit="contain"></el-image></div> -->
|
|
|
</div>
|
|
|
<resultRight ref="setrightAid" :region="formInline.region" :count="formInline.count" />
|
|
|
</div>
|
|
@@ -94,6 +94,7 @@ import { ElMessage, ElButton, ElDialog, ElSelect } from "element-plus";
|
|
|
import resultLeft from "./result/resultLeft.vue";
|
|
|
import resultRight from "./result/resultRight.vue";
|
|
|
import { timestampToTime } from "@/js/lindex.js";
|
|
|
+import { vtkmodel } from "@/control/vtkModel.js";
|
|
|
import t1 from "@/assets/img/t1.png";
|
|
|
import t2 from "@/assets/img/t2.png";
|
|
|
import t3 from "@/assets/img/t3.png";
|
|
@@ -130,6 +131,7 @@ const accident6 = (key, id) => {
|
|
|
aid.value = id;
|
|
|
|
|
|
if (key == "5") {
|
|
|
+ vtkmodel.clearAll();
|
|
|
resultyem.value = true;
|
|
|
} else {
|
|
|
resultyem.value = false;
|
|
@@ -266,7 +268,7 @@ onUnmounted(() => {
|
|
|
clearInterval(timing.value);
|
|
|
}
|
|
|
});
|
|
|
-defineExpose({ accident6, initAid,mntext1,mntext2,clickflat });
|
|
|
+defineExpose({ accident6, initAid,mntext1,mntext2,clickflat,endtime });
|
|
|
</script>
|
|
|
<style scoped lang="scss">
|
|
|
.heigjie {
|