From 0bbaa727cdfc65622e33e91c4bf694c83f184535 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 04 二月 2024 23:12:14 +0800
Subject: [PATCH] 2024-02-04

---
 src/templates/sharecomponent/searchcomponent/searchform/index.jsx |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/templates/sharecomponent/searchcomponent/searchform/index.jsx b/src/templates/sharecomponent/searchcomponent/searchform/index.jsx
index cd13077..898ff9a 100644
--- a/src/templates/sharecomponent/searchcomponent/searchform/index.jsx
+++ b/src/templates/sharecomponent/searchcomponent/searchform/index.jsx
@@ -265,6 +265,13 @@
       reOptions.match = matchReg.class1
     } else if (type === 'switch' || type === 'check') {
       reOptions.match = matchReg.class2
+      if (type === 'switch') {
+        reLabel.openVal = '寮�鍚��'
+        reLabel.closeVal = '鍏抽棴鍊�'
+      } else {
+        reLabel.openVal = '鍕鹃�夊��'
+        reLabel.closeVal = '涓嶅嬀閫夊��'
+      }
     } else if (type === 'date') {
       reOptions.match = matchReg.class4
     } else if (type === 'datemonth') {

--
Gitblit v1.8.0