From c268999fa9a5894289e436165730525c18be93aa Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 07 八月 2023 20:42:09 +0800 Subject: [PATCH] 2023-08-07 --- src/templates/zshare/formconfig.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 5460629..ee46093 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -359,6 +359,9 @@ value: 'switch', text: '寮�鍏�' }, { + value: 'radio', + text: '鍗曢�夋' + }, { value: 'check', text: '鍕鹃�夋' }] @@ -367,7 +370,7 @@ if (card.focus) { if (['text', 'multiselect'].includes(card.type)) { card.match = 'like' - } else if (['select', 'link', 'checkcard'].includes(card.type)) { + } else if (['select', 'link', 'checkcard', 'radio'].includes(card.type)) { card.match = '=' } else if (card.type === 'date') { card.match = '>=' -- Gitblit v1.8.0