king
2021-11-05 c362db481ce88fd1e81a77b30e2f650b4fed9cba
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',