src/templates/zshare/formconfig.jsx
@@ -678,6 +678,20 @@ text: Formdict['model.false'] }] }, { type: 'radio', key: 'query', label: '参与查询', initVal: card.query || 'true', tooltip: '是否作为 where 条件,参与数据查询。', options: [{ value: 'true', text: '是' }, { value: 'false', text: '否' }] }, // { // type: 'radio', // key: 'transfer',