From 06a670976e2145a10ea05207041d3cf3164cd380 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 03 二月 2024 18:13:25 +0800
Subject: [PATCH] Merge branch 'positec' into dms

---
 src/templates/zshare/formconfig.jsx |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index 16eda0b..6f2c88b 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -467,6 +467,15 @@
       forbid: appType === 'mob'
     },
     {
+      type: 'text',
+      key: 'dateShift',
+      label: '鏃ユ湡鍋忕Щ',
+      initVal: card.dateShift || '',
+      tooltip: '鍙互濉叆涓婄骇瀛楁锛岀敤浜庢帶鍒跺垵濮嬪�硷紝渚嬪锛氫笂绾у瓧娈靛�间负2023-12-10锛屽垵濮嬪�间负鏈湀锛屽垯鍒濆鍖洪棿涓� 2023-12-01 ~ 2023-12-31銆�',
+      required: false,
+      forbid: appType === 'mob'
+    },
+    {
       type: 'radio',
       key: 'precision',
       label: '绮剧‘搴�',
@@ -2331,6 +2340,23 @@
     },
     {
       type: 'radio',
+      key: 'mkfocus',
+      label: '鑱氱劍鏃�',
+      initVal: card.mkfocus || 'def',
+      options: [{
+        value: 'def',
+        text: '榛樿'
+      }, {
+        value: 'check',
+        text: '鍏ㄩ��'
+      }, {
+        value: 'clear',
+        text: '娓呯┖'
+      }],
+      forbid: appType !== 'mob'
+    },
+    {
+      type: 'radio',
       key: 'sendType',
       label: '鍙戦�佹柟寮�',
       initVal: card.sendType || 'local',
@@ -2535,7 +2561,7 @@
       key: 'enter',
       label: '鍥炶溅浜嬩欢',
       initVal: (card.type === 'text' || card.type === 'number') ? (card.enter || 'sub') : (card.enter || 'false'),
-      tooltip: '鐐瑰嚮Enter閿紝鎴栨枃鏈被琛ㄥ崟杈撳叆鍥炶溅绗︺��',
+      tooltip: '1銆佺偣鍑籈nter閿垨鏂囨湰绫昏〃鍗曡緭鍏ュ洖杞︾锛�2銆佷笅鎷夐�夋嫨鎴栧紑鍏崇殑閫夐」鍒囨崲銆�',
       options: [{
         value: 'sub',
         text: '鎻愪氦'

--
Gitblit v1.8.0