From 2ffe2c423cb4b740f6fc1d38f1de47315f0e33af Mon Sep 17 00:00:00 2001 From: wisonic Date: Wed, 5 Mar 2025 16:45:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=9D=A1=E4=BB=B6=E6=A0=B7=E5=BC=8F=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=9A=84=E5=88=9D=E5=A7=8B=E5=8C=96=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor-senior/components/dialog/TableThresholdEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue index 8dc6fb5aea..df9c219b16 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue @@ -25,7 +25,7 @@ const props = defineProps({ const emit = defineEmits(['onTableThresholdChange']) const thresholdCondition = { - term: 'eq', + term: '', field: '0', value: '0', color: '#ff0000ff',