From ee63e0be7326e1e3d5f60134a2bee30eef52b48e Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 16 Apr 2021 17:42:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9A=E4=B9=89=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/widget/bean/Condition.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/widget/bean/Condition.js b/frontend/src/components/widget/bean/Condition.js index 55c962c5a8..8b44b5c01a 100644 --- a/frontend/src/components/widget/bean/Condition.js +++ b/frontend/src/components/widget/bean/Condition.js @@ -1,6 +1,7 @@ /** * fieldId 字段ID * value 字段值 + * operator 操作[eq, ne, gt, ge, lt, le, in, not in, like, not like] * viewIds 过滤视图范围 */ export class Condition {