|  | @@ -20,6 +20,7 @@
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |                          <el-menu-item index="3">灾害推演</el-menu-item>
 |  |                          <el-menu-item index="3">灾害推演</el-menu-item>
 | 
											
												
													
														|  |                          <el-menu-item index="4">推演结果</el-menu-item>
 |  |                          <el-menu-item index="4">推演结果</el-menu-item>
 | 
											
												
													
														|  | 
 |  | +                        <el-menu-item index="5">结果对比</el-menu-item>
 | 
											
												
													
														|  |                      </el-menu>
 |  |                      </el-menu>
 | 
											
												
													
														|  |                      <div class="ve_right">
 |  |                      <div class="ve_right">
 | 
											
												
													
														|  |                          <div class="ve_timeioc"  v-if=" aid==null"  @click="qingsel">
 |  |                          <div class="ve_timeioc"  v-if=" aid==null"  @click="qingsel">
 | 
											
										
											
												
													
														|  | @@ -48,6 +49,7 @@
 | 
											
												
													
														|  |                  <info-boundary ref="boundary" :classradio="classradio" :aid="aid" />
 |  |                  <info-boundary ref="boundary" :classradio="classradio" :aid="aid" />
 | 
											
												
													
														|  |                  <info-animation ref="tanimation" :classradio="classradio" :aid="aid" />
 |  |                  <info-animation ref="tanimation" :classradio="classradio" :aid="aid" />
 | 
											
												
													
														|  |                  <InfoVtkmodel ref="vtkmodel" />
 |  |                  <InfoVtkmodel ref="vtkmodel" />
 | 
											
												
													
														|  | 
 |  | +                <result ref="resultbidui"></result>
 | 
											
												
													
														|  |              </el-main>
 |  |              </el-main>
 | 
											
												
													
														|  |          </el-container>
 |  |          </el-container>
 | 
											
												
													
														|  |      </div>
 |  |      </div>
 | 
											
										
											
												
													
														|  | @@ -64,6 +66,7 @@ import SourceDisaster from "./components/InfoDisaster.vue"
 | 
											
												
													
														|  |  import InfoBoundary from "./components/InfoBoundary.vue"
 |  |  import InfoBoundary from "./components/InfoBoundary.vue"
 | 
											
												
													
														|  |  import InfoAnimation from "./components/InfoAnimation.vue"
 |  |  import InfoAnimation from "./components/InfoAnimation.vue"
 | 
											
												
													
														|  |  import InfoVtkmodel from "./components/InfoVtkmodel.vue"
 |  |  import InfoVtkmodel from "./components/InfoVtkmodel.vue"
 | 
											
												
													
														|  | 
 |  | +import result from "./result.vue"
 | 
											
												
													
														|  |  import Vector from "@/assets/img/Vector.png";
 |  |  import Vector from "@/assets/img/Vector.png";
 | 
											
												
													
														|  |  import { timestampToTime } from '@/js/lindex.js'
 |  |  import { timestampToTime } from '@/js/lindex.js'
 | 
											
												
													
														|  |  import mitts from "@/utils/Bus"
 |  |  import mitts from "@/utils/Bus"
 | 
											
										
											
												
													
														|  | @@ -78,6 +81,7 @@ let classradio = ref()
 | 
											
												
													
														|  |  let boundary = ref();
 |  |  let boundary = ref();
 | 
											
												
													
														|  |  let tanimation = ref();
 |  |  let tanimation = ref();
 | 
											
												
													
														|  |  let titlefalse = ref(false);
 |  |  let titlefalse = ref(false);
 | 
											
												
													
														|  | 
 |  | +let resultbidui=ref();
 | 
											
												
													
														|  |  let headerobj = ref({
 |  |  let headerobj = ref({
 | 
											
												
													
														|  |      time: '',
 |  |      time: '',
 | 
											
												
													
														|  |      name: "",
 |  |      name: "",
 | 
											
										
											
												
													
														|  | @@ -144,6 +148,7 @@ const handleSelect = (key) => {
 | 
											
												
													
														|  |              boundary.value.accident4(key);
 |  |              boundary.value.accident4(key);
 | 
											
												
													
														|  |              lliudialog.value.accident2(key);
 |  |              lliudialog.value.accident2(key);
 | 
											
												
													
														|  |              tanimation.value.monitor = false;
 |  |              tanimation.value.monitor = false;
 | 
											
												
													
														|  | 
 |  | +            resultbidui.value.accident6(key)
 | 
											
												
													
														|  |              activeIndex.value='1';
 |  |              activeIndex.value='1';
 | 
											
												
													
														|  |              break;
 |  |              break;
 | 
											
												
													
														|  |          case '2':
 |  |          case '2':
 | 
											
										
											
												
													
														|  | @@ -152,6 +157,7 @@ const handleSelect = (key) => {
 | 
											
												
													
														|  |              sourcedis.value.accident3(key);
 |  |              sourcedis.value.accident3(key);
 | 
											
												
													
														|  |              lliudialog.value.accident2(key);
 |  |              lliudialog.value.accident2(key);
 | 
											
												
													
														|  |              tanimation.value.monitor = false;
 |  |              tanimation.value.monitor = false;
 | 
											
												
													
														|  | 
 |  | +            resultbidui.value.accident6(key)
 | 
											
												
													
														|  |              activeIndex.value='2'
 |  |              activeIndex.value='2'
 | 
											
												
													
														|  |              break;
 |  |              break;
 | 
											
												
													
														|  |          case '3':
 |  |          case '3':
 | 
											
										
											
												
													
														|  | @@ -162,15 +168,26 @@ const handleSelect = (key) => {
 | 
											
												
													
														|  |              tanimation.value.monitor = false;
 |  |              tanimation.value.monitor = false;
 | 
											
												
													
														|  |              activeIndex.value='3'
 |  |              activeIndex.value='3'
 | 
											
												
													
														|  |              lliudialog.value.addinitial();
 |  |              lliudialog.value.addinitial();
 | 
											
												
													
														|  | 
 |  | +            resultbidui.value.accident6(key)
 | 
											
												
													
														|  |              break;
 |  |              break;
 | 
											
												
													
														|  |          case '4':
 |  |          case '4':
 | 
											
												
													
														|  |              boundary.value.accident4(key);
 |  |              boundary.value.accident4(key);
 | 
											
												
													
														|  |              tanimation.value.accident5(aid.value);
 |  |              tanimation.value.accident5(aid.value);
 | 
											
												
													
														|  |               sourcedis.value.accident3(key);
 |  |               sourcedis.value.accident3(key);
 | 
											
												
													
														|  |              lliudialog.value.accident2(key);
 |  |              lliudialog.value.accident2(key);
 | 
											
												
													
														|  | 
 |  | +            resultbidui.value.accident6(key)
 | 
											
												
													
														|  |              activeIndex.value='4'
 |  |              activeIndex.value='4'
 | 
											
												
													
														|  | -        default:
 |  | 
 | 
											
												
													
														|  |              break;
 |  |              break;
 | 
											
												
													
														|  | 
 |  | +            case '5':
 | 
											
												
													
														|  | 
 |  | +            sourcedis.value.changeModel();
 | 
											
												
													
														|  | 
 |  | +            sourcedis.value.accident3(key);
 | 
											
												
													
														|  | 
 |  | +            boundary.value.accident4(key);
 | 
											
												
													
														|  | 
 |  | +            lliudialog.value.accident2(key);
 | 
											
												
													
														|  | 
 |  | +            resultbidui.value.accident6(key)
 | 
											
												
													
														|  | 
 |  | +            tanimation.value.monitor = false;
 | 
											
												
													
														|  | 
 |  | +            activeIndex.value='5';
 | 
											
												
													
														|  | 
 |  | +        default:
 | 
											
												
													
														|  | 
 |  | +            break;  
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 |