From f36c523f0d0d949106acd490cdf4394cc68b1ae0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 29 五月 2021 22:43:13 +0800
Subject: [PATCH] 2021-05-29

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

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index e2a85b6..9b6375b 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -2521,6 +2521,20 @@
       }]
     },
     {
+      type: 'radio',
+      key: 'mode',
+      label: '妯″紡',
+      initVal: card.mode || 'picker',
+      options: [{
+        value: 'picker',
+        text: '閫夋嫨鍣�'
+      }, {
+        value: 'calendar',
+        text: '鏃ュ巻'
+      }],
+      forbid: appType !== 'mob'
+    },
+    {
       type: 'number',
       key: 'span',
       min: 1,

--
Gitblit v1.8.0