From 432b788acf901b0720184b8ee8bc81a2e6fa47e0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 28 九月 2021 18:22:02 +0800
Subject: [PATCH] 2021-09-28

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

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index e143d8b..c9c8963 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -746,6 +746,20 @@
     },
     {
       type: 'radio',
+      key: 'dropdown',
+      label: '涓嬫媺妗�',
+      initVal: card.dropdown || 'true',
+      forbid: appType === 'mob',
+      options: [{
+        value: 'true',
+        text: '瀹氬'
+      }, {
+        value: 'false',
+        text: '鑷�傚簲'
+      }]
+    },
+    {
+      type: 'radio',
       key: 'inputType',
       label: '杈撳叆鏍峰紡',
       initVal: card.inputType || 'input',
@@ -2783,6 +2797,20 @@
     },
     {
       type: 'radio',
+      key: 'dropdown',
+      label: '涓嬫媺妗�',
+      initVal: card.dropdown || 'true',
+      forbid: appType === 'mob',
+      options: [{
+        value: 'true',
+        text: '瀹氬'
+      }, {
+        value: 'false',
+        text: '鑷�傚簲'
+      }]
+    },
+    {
+      type: 'radio',
       key: 'hidelabel',
       label: '闅愯棌鍚嶇О',
       initVal: card.hidelabel || 'false',

--
Gitblit v1.8.0