|
@@ -76,6 +76,16 @@
|
|
|
},
|
|
|
],
|
|
|
intelligentReportDatas: [{
|
|
|
+ icon: 'ScaleToOriginal',
|
|
|
+ index: '/intelligentReport/gkjlb',
|
|
|
+ name: '关口计量表'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'Eleme',
|
|
|
+ index: '/intelligentReport/erp',
|
|
|
+ name: 'ERP'
|
|
|
+ },
|
|
|
+ {
|
|
|
icon: 'Finished',
|
|
|
index: '/intelligentReport/reporting',
|
|
|
name: '报表上报'
|
|
@@ -162,8 +172,10 @@
|
|
|
}
|
|
|
this.$emit('swichFn', this.switchTheme)
|
|
|
}
|
|
|
+
|
|
|
if (window.sessionStorage.getItem('headerRoute')) {
|
|
|
let str = window.sessionStorage.getItem('headerRoute')
|
|
|
+ // let str = window.location.href
|
|
|
if (str.indexOf('powerPrediction') > -1) {
|
|
|
this.showMenuData = this.powerPreDatas
|
|
|
} else if (str.indexOf('intelligentReport') > -1) {
|