king
2020-06-23 c519b4e51fe07bf13a2a7e44abd648b8dc0c083d
src/templates/formtabconfig/actionform/index.jsx
@@ -98,10 +98,10 @@
          item.options = [
            {
              value: 'prompt',
              text: this.props.dict['header.form.prompt']
              text: this.props.dict['model.form.prompt']
            }, {
              value: 'exec',
              text: this.props.dict['header.form.exec']
              text: this.props.dict['model.form.exec']
            }
          ]
          if (card.btnType === 'cancel') {