From 9c356e89729c781cacad824e9280334a5aebbc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Sun, 20 Nov 2022 05:52:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor(CRUD):=E4=BF=AE=E6=94=B9=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E9=80=89=E6=8B=A9=E5=99=A8=E9=BB=98=E8=AE=A4=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=93=8D=E4=BD=9C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/backend/crud/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/backend/crud/index.ts b/web/src/views/backend/crud/index.ts index 9a764ccd..1eadcecb 100644 --- a/web/src/views/backend/crud/index.ts +++ b/web/src/views/backend/crud/index.ts @@ -761,7 +761,7 @@ export const designTypes: anyObj = { date: { name: i18n.global.t('utils.date') + i18n.global.t('utils.choice'), table: { - operator: getTableAttr('operator', 'RANGE'), + operator: getTableAttr('operator', '='), sortable: getTableAttr('sortable', 'custom'), }, form: {