king
2020-06-24 dac21f9a9941681ccdc87220c2ed12ff277446d3
src/templates/sharecomponent/actioncomponent/actionform/index.jsx
@@ -38,7 +38,7 @@
    }],
    insertUpdateOptions: [{
      value: '',
      text: this.props.dict['header.form.empty']
      text: this.props.dict['model.empty']
    }, {
      value: 'insert',
      text: this.props.dict['header.form.action.insert']
@@ -51,7 +51,7 @@
    }],
    deleteOptions: [{
      value: '',
      text: this.props.dict['header.form.empty']
      text: this.props.dict['model.empty']
    }, {
      value: 'LogicDelete',
      text: this.props.dict['header.form.action.LogicDelete']