mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
fix: tabs选项卡不能选择视图
This commit is contained in:
@@ -308,10 +308,10 @@ export default {
|
||||
return this.outStyle.width * this.outStyle.height
|
||||
},
|
||||
resultMode() {
|
||||
return this.canvasStyleData.panel.resultMode
|
||||
return this.canvasStyleData.panel && this.canvasStyleData.panel.resultMode || null
|
||||
},
|
||||
resultCount() {
|
||||
return this.canvasStyleData.panel.resultCount
|
||||
return this.canvasStyleData.panel && this.canvasStyleData.panel.resultCount || null
|
||||
},
|
||||
innerPadding() {
|
||||
return this.element.commonBackground && this.element.commonBackground.innerPadding || 0
|
||||
|
||||
Reference in New Issue
Block a user