fix(视图): 控制策略字段选择

This commit is contained in:
wisonic-s 2023-05-30 15:13:52 +08:00
parent eb0a07b91d
commit cdf670a05c

View File

@ -146,6 +146,7 @@ export default {
},
showEmptyDataFieldCtrl() {
return this.showEmptyStrategy &&
includesAny(this.chart.type, 'table') &&
this.functionForm.emptyDataStrategy !== 'breakLine'
}
},