king
2020-08-31 b3547d1c531e479021219fda5df153a11b9b52a3
src/templates/zshare/formconfig.jsx
@@ -2316,7 +2316,20 @@
        text: Formdict['model.false']
      }]
    },
    {
      type: 'radio',
      key: 'writein',
      label: '写入',
      tooltip: '表单提交时,是否将该字段值写入默认sql语句中。',
      initVal: card.writein || 'true',
      options: [{
        value: 'true',
        text: Formdict['model.true']
      }, {
        value: 'false',
        text: Formdict['model.false']
      }]
    },
    {
      type: 'radio',
      key: 'encryption',
@@ -2536,7 +2549,7 @@
      key: 'content',
      label: '内容',
      initVal: card.content || '',
      required: true,
      required: _type !== 'header',
      forbid: !['detail', 'header'].includes(_type),
    },
    {