refactor(图表): 优化条件样式配置界面的初始化配置

This commit is contained in:
wisonic
2025-03-05 16:45:32 +08:00
committed by wisonic-s
parent 44979e710f
commit 2ffe2c423c

View File

@@ -25,7 +25,7 @@ const props = defineProps({
const emit = defineEmits(['onTableThresholdChange'])
const thresholdCondition = {
term: 'eq',
term: '',
field: '0',
value: '0',
color: '#ff0000ff',