forked from github/dataease
feat(视图): 表格支持阈值设置
This commit is contained in:
parent
133d23d70c
commit
dfa4522bcf
@ -314,7 +314,7 @@ export default {
|
||||
})
|
||||
return
|
||||
}
|
||||
if (!ele.value) {
|
||||
if (!ele.term.includes('null') && !ele.term.includes('empty') && !ele.value) {
|
||||
this.$message({
|
||||
message: this.$t('chart.value_can_not_empty'),
|
||||
type: 'error',
|
||||
|
Loading…
Reference in New Issue
Block a user