From 9380a607a23139dc205f72c431e1d634807f9ab1 Mon Sep 17 00:00:00 2001 From: junjun Date: Fri, 15 Apr 2022 15:20:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8C=87=E6=A0=87=E5=8D=A1=E9=98=88?= =?UTF-8?q?=E5=80=BC=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/senior/dialog/TextThresholdEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/components/senior/dialog/TextThresholdEdit.vue b/frontend/src/views/chart/components/senior/dialog/TextThresholdEdit.vue index e8ec5ce455..14299174ba 100644 --- a/frontend/src/views/chart/components/senior/dialog/TextThresholdEdit.vue +++ b/frontend/src/views/chart/components/senior/dialog/TextThresholdEdit.vue @@ -49,6 +49,7 @@ export default { thresholdArr: [], thresholdObj: { term: 'eq', + field: '0', value: '0', color: '#ff0000ff' },