src/templates/zshare/formconfig.jsx
@@ -600,6 +600,20 @@ value: 'false', text: Formdict['header.form.false'] }] }, { type: 'radio', key: 'search', label: '搜索条件', initVal: card.search || 'false', required: false, options: [{ value: 'true', text: '必填' }, { value: 'false', text: '非必填' }] } ] }