iscs 代码调整
This commit is contained in:
parent
5c5366e46a
commit
6db9593a40
@ -90,56 +90,6 @@ export default {
|
||||
this.scaleRate = window.innerWidth / 1920;
|
||||
this.height = 850;
|
||||
}
|
||||
// if (this.stationId == 'mainHouseOne' || this.stationId == 'mainHouseTwo') {
|
||||
// this.bacground = 'rgba(0,0,0,0)';
|
||||
// this.scaleRate = window.innerWidth / 2200;
|
||||
// // if (this.stationId == 'mainHouseOne') {
|
||||
// // // 黄山
|
||||
// // this.title = '主所1主变电所接线图';
|
||||
// // } else {
|
||||
// // // 茶亭
|
||||
// // this.title = '主所2主变电所接线图';
|
||||
// // }
|
||||
// params.userInterface = 'substation';
|
||||
// // parkingLotName
|
||||
// // stationDepotName
|
||||
// } else if (this.stationId == 'controlCenter') {
|
||||
// this.title = '';
|
||||
// this.bacground = '#000';
|
||||
// this.scaleRate = window.innerWidth / 2000;
|
||||
// params.userInterface = 'hybrid';
|
||||
// } else if (this.stationId == 'parkingLot') {
|
||||
// this.title = '清凉山停车场接触网图';
|
||||
// this.scaleRate = window.innerWidth / 2000;
|
||||
// this.bacground = 'rgba(0,0,0,0)';
|
||||
// params.userInterface = 'catenary';
|
||||
// } else if (this.stationId == 'stationDepot') {
|
||||
// this.title = '新店车辆段接触网图';
|
||||
// this.bacground = 'rgba(0,0,0,0)';
|
||||
// this.scaleRate = window.innerWidth / 2000;
|
||||
// params.userInterface = 'catenary';
|
||||
// } else {
|
||||
// const tractionList = ['象峰站', '罗汉山站', '树兜站', '东街口站', '达道站', '三叉街站', '葫芦阵站', '城门站', '胪雷站', '安平站', '梁厝站', '三江口站'];
|
||||
// if (tractionList.includes(this.stationName)) {
|
||||
// this.title = this.stationName + ' 牵引降压混合变电所主接线图';
|
||||
// if (this.stationName == '象峰站') {
|
||||
// params.userInterface = 'combined01';
|
||||
// } else if (this.stationName == '罗汉山站') {
|
||||
// params.userInterface = 'combined02';
|
||||
// } else if (this.stationName == '树兜站') {
|
||||
// params.userInterface = 'combined03';
|
||||
// } else {
|
||||
// params.userInterface = 'combined02';
|
||||
// }
|
||||
// params.system = 'combined';
|
||||
// } else {
|
||||
// this.title = this.stationName + ' 降压变电所主接线图';
|
||||
// params.userInterface = 'stepDown';
|
||||
// }
|
||||
// this.scaleRate = window.innerWidth / 2000;
|
||||
// this.bacground = 'rgba(0,0,0,0)';
|
||||
|
||||
// }
|
||||
this.loading = true;
|
||||
this.$refs.iscsPlate.show({}, this.width, this.height, this.scaleRate);
|
||||
getIscsData(params).then(resp=>{
|
||||
|
@ -5,6 +5,7 @@
|
||||
<schedule v-else-if="mode=='schedule'" />
|
||||
<normal v-else-if="mode.includes('environment')" />
|
||||
<fas v-else-if="fasList.includes(mode)" />
|
||||
<signal-system v-else-if="mode === 'signal'" />
|
||||
<!-- environmentThree -->
|
||||
<!-- <normal v-else-if="mode=='environmentFour'" />
|
||||
<normal v-else-if="mode=='environmentFive'" />
|
||||
@ -16,7 +17,7 @@
|
||||
<normal v-else-if="mode=='environmentThirteen'" />
|
||||
<normal v-else-if="mode=='environmentEleven'" />
|
||||
<normal v-else-if="mode=='environmentTwelve'" /> -->
|
||||
<big-screen v-else-if="mode === 'signal'" />
|
||||
<!-- <big-screen v-else-if="mode === 'signal'" /> -->
|
||||
<!-- -->
|
||||
</div>
|
||||
</template>
|
||||
@ -26,7 +27,8 @@ import Substation from './powerMonitor/substation.vue';
|
||||
import Normal from './environment/index.vue';
|
||||
import Schedule from './schedule';
|
||||
import Fas from './fas/index.vue';
|
||||
import BigScreen from '@/views/designPlatform/bigScreen';
|
||||
import SignalSystem from './signalSystem/index.vue';
|
||||
// import BigScreen from '@/views/designPlatform/bigScreen';
|
||||
import { getSimulationInfoNew } from '@/api/simulation';
|
||||
import { getByGroupStationList } from '@/api/jmap/map';
|
||||
import { loadRunPlanData } from '@/utils/loaddata';
|
||||
@ -36,7 +38,8 @@ export default {
|
||||
PsdSystem,
|
||||
Substation,
|
||||
Normal,
|
||||
BigScreen,
|
||||
// BigScreen,
|
||||
SignalSystem,
|
||||
Fas
|
||||
},
|
||||
data() {
|
||||
|
Loading…
Reference in New Issue
Block a user