From 1a2d7710561c2ca22632ca7dbb1ecae46502ec7e Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期六, 25 二月 2023 17:29:05 +0800
Subject: [PATCH] 数据检索高级查询修改

---
 src/views/Archive/Archive.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/Archive/Archive.js b/src/views/Archive/Archive.js
index 0f34240..92033ff 100644
--- a/src/views/Archive/Archive.js
+++ b/src/views/Archive/Archive.js
@@ -1,5 +1,5 @@
 export const conditions = [
-    ['<>', 'like'],
-    ['>=', '>', ' =', '<=', '<', '<>'],  
-    ['>=', '<='],  
+    ['=', '<>', 'like'],
+    ['>=', '>', ' =', '<=', '<', '<>'],
+    ['>=', '>', ' =', '<=', '<', '<>'],
 ]
\ No newline at end of file

--
Gitblit v1.9.3