king
2020-06-24 58a28e1faa15f638a136fefdcfcd0b3106c1fa16
src/templates/zshare/createinterface/index.jsx
@@ -153,10 +153,10 @@
        required: true,
        options: [{
          value: 'Y',
          text: this.props.dict['header.form.true']
          text: this.props.dict['model.true']
        }, {
          value: 'N',
          text: this.props.dict['header.form.false']
          text: this.props.dict['model.false']
        }]
      }, {
        type: 'radio',
@@ -166,10 +166,10 @@
        required: true,
        options: [{
          value: 'Y',
          text: this.props.dict['header.form.true']
          text: this.props.dict['model.true']
        }, {
          value: 'N',
          text: this.props.dict['header.form.false']
          text: this.props.dict['model.false']
        }]
      }]
    })