From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/mob/modalconfig/source.jsx |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/mob/modalconfig/source.jsx b/src/mob/modalconfig/source.jsx
index 5a1a31a..c7a4046 100644
--- a/src/mob/modalconfig/source.jsx
+++ b/src/mob/modalconfig/source.jsx
@@ -1,18 +1,13 @@
-import zhCN from '@/locales/zh-CN/model.js'
-import enUS from '@/locales/en-US/model.js'
-
-const CommonDict = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS
-
 export const SearchItems = [
   {
     type: 'form',
-    label: CommonDict['model.form.text'],
+    label: '鏂囨湰',
     subType: 'text',
     url: ''
   },
   {
     type: 'form',
-    label: CommonDict['model.form.number'],
+    label: '鏁板瓧',
     subType: 'number',
     url: ''
   },
@@ -24,7 +19,7 @@
   },
   {
     type: 'form',
-    label: CommonDict['model.form.link'],
+    label: '鑱斿姩鑿滃崟',
     subType: 'link',
     url: ''
   },
@@ -66,13 +61,13 @@
   },
   {
     type: 'form',
-    label: CommonDict['model.form.datemonth'],
+    label: '鏃ユ湡锛堟湀锛�',
     subType: 'datemonth',
     url: ''
   },
   {
     type: 'form',
-    label: CommonDict['model.form.textarea'],
+    label: '澶氳鏂囨湰',
     subType: 'textarea',
     url: ''
   },
@@ -89,7 +84,7 @@
   },
   {
     type: 'form',
-    label: CommonDict['header.form.funcvar'],
+    label: '鍑芥暟鍙橀噺',
     subType: 'funcvar',
     url: ''
   },
@@ -114,6 +109,11 @@
     type: 'form',
     label: '鍏紡',
     subType: 'formula',
+  },
+  {
+    type: 'form',
+    label: '楠岃瘉鐮�',
+    subType: 'vercode',
   }
 ]
 

--
Gitblit v1.8.0