| | |
| | | <div class="top"> |
| | | <div class="topleft"> |
| | | <div |
| | | class="topleft1 topleftC" |
| | | class="topleft1 topleftC" @click="OpenInitChart" |
| | | :class="{ topleft1: screen == false, topleftC: screen == true }" |
| | | > |
| | | <img src="../../assets/img/Screen/bigST.png" /> |
| | | <span>大屏视图</span> |
| | | </div> |
| | | <div |
| | | class="topleft1 topleftC" |
| | | class="topleft1 topleftC" @click="OpenProjectree" |
| | | :class="{ topleft1: tree == false, topleftC: tree == true }" |
| | | > |
| | | <img src="../../assets/img/Screen/ptree.png" /> |
| | |
| | | ReturnLast() { |
| | | this.$router.push("/Synthesis") |
| | | }, |
| | | |
| | | //打开大屏 |
| | | OpenInitChart(){ |
| | | this.$parent.$refs.mapleft.OpenLeftInit(); |
| | | }, |
| | | |
| | | //打开工程树 |
| | | OpenProjectree(){ |
| | | this.$parent.$refs.mapleft.OpenLeftProjectTree(); |
| | | } |
| | | |
| | | |
| | | |
| | | }, |
| | | } |
| | | </script> |