mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
feat(视图): 表格支持阈值设置
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user