forked from github/dataease
fix(视图): 控制策略字段选择
This commit is contained in:
parent
eb0a07b91d
commit
cdf670a05c
@ -146,6 +146,7 @@ export default {
|
|||||||
},
|
},
|
||||||
showEmptyDataFieldCtrl() {
|
showEmptyDataFieldCtrl() {
|
||||||
return this.showEmptyStrategy &&
|
return this.showEmptyStrategy &&
|
||||||
|
includesAny(this.chart.type, 'table') &&
|
||||||
this.functionForm.emptyDataStrategy !== 'breakLine'
|
this.functionForm.emptyDataStrategy !== 'breakLine'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user