|  | @@ -1,5 +1,6 @@
 | 
											
												
													
														|  |  <template>
 |  |  <template>
 | 
											
												
													
														|  |      <div v-show="flag">
 |  |      <div v-show="flag">
 | 
											
												
													
														|  | 
 |  | +        <datePicker @deteChange="deteChange"></datePicker>
 | 
											
												
													
														|  |          <JSYD />
 |  |          <JSYD />
 | 
											
												
													
														|  |          <TDSC />
 |  |          <TDSC />
 | 
											
												
													
														|  |          <HYSY />
 |  |          <HYSY />
 | 
											
										
											
												
													
														|  | @@ -20,10 +21,11 @@ import TDSY from './cockpitNew1/tdsy';
 | 
											
												
													
														|  |  import GDBH from './cockpitNew1/gdbh';
 |  |  import GDBH from './cockpitNew1/gdbh';
 | 
											
												
													
														|  |  import STXF from './cockpitNew1/stxf';
 |  |  import STXF from './cockpitNew1/stxf';
 | 
											
												
													
														|  |  import WPJG from './cockpitNew1/wpjg';
 |  |  import WPJG from './cockpitNew1/wpjg';
 | 
											
												
													
														|  | 
 |  | +import datePicker from './cockpitNew1/datePicker.vue';
 | 
											
												
													
														|  |  import { cockpitInfo } from '@/api/cockpit'
 |  |  import { cockpitInfo } from '@/api/cockpit'
 | 
											
												
													
														|  |  import xzqh from "../../static/data/460200_full.json";
 |  |  import xzqh from "../../static/data/460200_full.json";
 | 
											
												
													
														|  |  export default {
 |  |  export default {
 | 
											
												
													
														|  | -    components: { JSYD, TDSC, HYSY, TDSY, GDBH, STXF, WPJG },
 |  | 
 | 
											
												
													
														|  | 
 |  | +    components: { JSYD, TDSC, HYSY, TDSY, GDBH, STXF, WPJG ,datePicker},
 | 
											
												
													
														|  |      data() {
 |  |      data() {
 | 
											
												
													
														|  |          return {
 |  |          return {
 | 
											
												
													
														|  |              flag: true
 |  |              flag: true
 | 
											
										
											
												
													
														|  | @@ -38,6 +40,9 @@ export default {
 | 
											
												
													
														|  |          switch() {
 |  |          switch() {
 | 
											
												
													
														|  |              this.flag = !this.flag;
 |  |              this.flag = !this.flag;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +        },
 | 
											
												
													
														|  | 
 |  | +        deteChange(date){
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          },
 |  |          },
 | 
											
												
													
														|  |          pick_xzqh() {
 |  |          pick_xzqh() {
 | 
											
												
													
														|  |              const handler = new Cesium.ScreenSpaceEventHandler(viewer.scene.canvas);
 |  |              const handler = new Cesium.ScreenSpaceEventHandler(viewer.scene.canvas);
 |