标签判断增加报警设备
parent
e1d012af1f
commit
5a032f4bed
|
@ -3040,14 +3040,14 @@ export default {
|
||||||
// create by liu jun (PS:此处根据[下面这个if]孙海官的需求,对消防管控的权限进行了特殊处理,未进入具体企业时,显示消防救援队,进入具体企业后,显示消防管控其他按钮)
|
// create by liu jun (PS:此处根据[下面这个if]孙海官的需求,对消防管控的权限进行了特殊处理,未进入具体企业时,显示消防救援队,进入具体企业后,显示消防管控其他按钮)
|
||||||
if (item && item.list && item.list.length > 0) {
|
if (item && item.list && item.list.length > 0) {
|
||||||
if (item.label === '消防管控') {
|
if (item.label === '消防管控') {
|
||||||
if (e.label === '消防救援队') {
|
if (e.label === '消防救援队' && e.label === '报警设备') {
|
||||||
if (this.gangkouActive === '00005') {
|
if (this.gangkouActive === '00005') {
|
||||||
return true
|
return true
|
||||||
} else {
|
} else {
|
||||||
return !(this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
|
return !(this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (e.label !== '消防救援队') {
|
if (e.label !== '消防救援队' && e.label !== '报警设备') {
|
||||||
return (this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
|
return (this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue