iscs调整
All checks were successful
local-test分支构建发布到本地服务器 / Build-Publish (push) Successful in 8m28s

This commit is contained in:
fan 2024-04-17 17:08:47 +08:00
parent 2b13ff0a5a
commit bd10b05228
6 changed files with 80 additions and 66 deletions

View File

@ -117,27 +117,27 @@ export default {
id: 'substation',
type: 'interface'
},
{
name: '能耗检测管理系统',
mode: 'energyDetected',
id: 'energyDetected',
type: 'interface'
}
// {
// name: '',
// mode: 'energyDetected',
// id: 'energyDetected',
// type: 'interface'
// }
] },
environment:{name:'环境与设备监控系统', type:'totalSystem', id: 'environment', active:false, icon:iscs_icon3,
children:[
{
name: '车站模式管理器',
mode: 'environmentOne',
id: 'environmentOne',
type: 'interface'
},
{
name: '时间管理器',
mode: 'environmentTwo',
id: 'environmentTwo',
type: 'interface'
},
// {
// name: '',
// mode: 'environmentOne',
// id: 'environmentOne',
// type: 'interface'
// },
// {
// name: '',
// mode: 'environmentTwo',
// id: 'environmentTwo',
// type: 'interface'
// },
{
name: '隧道通风系统',
mode: 'environmentThree',
@ -257,13 +257,13 @@ export default {
]},
signalSystem:{name:'信号系统', type:'totalSystem', id: 'signalSystem', mode: 'signalSystem', active:false, icon:iscs_icon7,
children:[
{
name: 'TIS管理器',
mode: 'tis',
id: 'tis',
type: 'interface',
disabled: true
},
// {
// name: 'TIS',
// mode: 'tis',
// id: 'tis',
// type: 'interface',
// disabled: true
// },
{
name: '列车时刻表',
mode: 'schedule',
@ -276,13 +276,13 @@ export default {
id: 'signal',
type: 'interface'
},
{
name: '全线信号系统界面',
mode: 'allLineSignal',
id: 'allLineSignal',
type: 'interface',
disabled: true
}
// {
// name: '线',
// mode: 'allLineSignal',
// id: 'allLineSignal',
// type: 'interface',
// disabled: true
// }
]},
communication:{name:'通信', type:'totalSystem', id: 'communication', active:false, icon:iscs_icon7,
children:[

View File

@ -62,6 +62,9 @@ export default {
watch:{
'mode':function() {
this.getInitData();
},
'stationId':function() {
this.getInitData();
}
},
mounted() {
@ -94,6 +97,7 @@ export default {
getInitData() {
let userInterface = '';
this.system = 'environment';
console.log(this.stationName, '====')
if (this.mode == 'environmentThree') {
this.title = this.stationName + ' 隧道通风系统';
this.scaleRate = window.innerWidth / 2000;

View File

@ -47,6 +47,9 @@ export default {
watch:{
'mode':function() {
this.getInitData();
},
'stationId':function() {
this.getInitData();
}
},
mounted() {

View File

@ -43,6 +43,11 @@ export default {
scaleRate:window.innerWidth / 2200,
height: 1000
};
},
watch:{
'stationId':function() {
this.getInitData();
}
},
mounted() {
this.getInitData();

View File

@ -46,6 +46,9 @@ export default {
},
'mode':function() {
this.getInitData();
},
'stationId':function() {
this.getInitData();
}
},
mounted() {
@ -116,4 +119,3 @@ export default {
display: inline-block;
}
</style>

View File

@ -106,27 +106,27 @@ export default {
id: 'substation',
type: 'interface'
},
{
name: '能耗检测管理系统',
mode: 'energyDetected',
id: 'energyDetected',
type: 'interface'
}
// {
// name: '',
// mode: 'energyDetected',
// id: 'energyDetected',
// type: 'interface'
// }
] },
environment:{name:'环境与设备监控系统', type:'totalSystem', id: 'environment', active:false, icon:iscs_icon3,
children:[
{
name: '车站模式管理器',
mode: 'environmentOne',
id: 'environmentOne',
type: 'interface'
},
{
name: '时间管理器',
mode: 'environmentTwo',
id: 'environmentTwo',
type: 'interface'
},
// {
// name: '',
// mode: 'environmentOne',
// id: 'environmentOne',
// type: 'interface'
// },
// {
// name: '',
// mode: 'environmentTwo',
// id: 'environmentTwo',
// type: 'interface'
// },
{
name: '隧道通风系统',
mode: 'environmentThree',
@ -246,13 +246,13 @@ export default {
]},
signalSystem:{name:'信号系统', type:'totalSystem', id: 'signalSystem', mode: 'signalSystem', active:false, icon:iscs_icon7,
children:[
{
name: 'TIS管理器',
mode: 'tis',
id: 'tis',
type: 'interface',
disabled: true
},
// {
// name: 'TIS',
// mode: 'tis',
// id: 'tis',
// type: 'interface',
// disabled: true
// },
{
name: '列车时刻表',
mode: 'schedule',
@ -265,13 +265,13 @@ export default {
id: 'signal',
type: 'interface'
},
{
name: '全线信号系统界面',
mode: 'allLineSignal',
id: 'allLineSignal',
type: 'interface',
disabled: true
}
// {
// name: '线',
// mode: 'allLineSignal',
// id: 'allLineSignal',
// type: 'interface',
// disabled: true
// }
]},
communication:{name:'通信', type:'totalSystem', id: 'communication', active:false, icon:iscs_icon7,
children:[