From 9353bc84d8c65da2130db48a2fe48dd714b0acb9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 23 五月 2021 00:05:18 +0800 Subject: [PATCH] 2021-05-23 --- src/templates/zshare/formconfig.jsx | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 95f77fc..1a91cb1 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -2453,14 +2453,29 @@ type: 'radio', key: 'cursor', label: '鍏夋爣', - initVal: card.cursor || 'right', + initVal: card.cursor || 'left', options: [{ value: 'right', text: '鍙冲榻�' }, { value: 'left', text: '宸﹀榻�' - }] + }], + forbid: appType !== 'mob' + }, + { + type: 'radio', + key: 'scan', + label: '鎵爜', + initVal: card.scan || 'false', + options: [{ + value: 'true', + text: '鍚敤' + }, { + value: 'false', + text: '涓嶅惎鐢�' + }], + forbid: appType !== 'mob' }, { type: 'radio', -- Gitblit v1.8.0