From 6dd965723be9dc245105296198c25a80cfe51b54 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 27 四月 2023 10:51:50 +0800 Subject: [PATCH] 2023-04-27 --- src/templates/zshare/formconfig.jsx | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index c79c9f0..60ea825 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -3935,6 +3935,18 @@ // }, { type: 'radio', + key: 'pickerMode', + label: '寮圭獥鏍峰紡', + initVal: card.pickerMode || 'default', + required: false, + options: [ + {value: 'default', text: '榛樿'}, + {value: 'board', text: '闈㈡澘'}, + ], + forbid: appType !== 'mob' + }, + { + type: 'radio', key: 'empty', label: '绌哄�奸殣钘�', initVal: card.empty || 'show', -- Gitblit v1.8.0