fix:修改dashboard导出参数

This commit is contained in:
zyh
2022-12-01 10:44:09 +08:00
parent c04c735ad5
commit 189f9030a9
3 changed files with 11 additions and 12 deletions

View File

@@ -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') },