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 = '>='