fix:修改dashboard导出参数
This commit is contained in:
@@ -289,7 +289,7 @@ export default {
|
||||
assetTabs () {
|
||||
const hasSub = this.obj && this.obj.childrenNum
|
||||
const hasProcess = this.obj && this.obj.clientState == '1'
|
||||
const hasVays = this.obj && this.obj.model.tsgAppliance == '1'
|
||||
const hasVays = this.obj && this.obj.model && this.obj.model.tsgAppliance == '1'
|
||||
const tabs = [
|
||||
{ prop: 'panelTab', name: this.$t('overall.dashboard') },
|
||||
{ prop: 'alertMessageTab', name: this.$t('overall.alert') },
|
||||
|
||||
Reference in New Issue
Block a user