king
2020-04-20 6b680ace26dc95031a1b7a3e33f8785c112f787d
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: '非必填'
      }]
    }
  ]
}