| | |
| | | standardform, |
| | | visible: true, |
| | | card: card, |
| | | formlist: getModalForm(card, _inputfields, _tabfields, _linkableFields, _linksupFields, !!this.props.editTab) |
| | | formlist: getModalForm(card, _inputfields, _tabfields, _linkableFields, _linksupFields) |
| | | }) |
| | | } |
| | | |
| | |
| | | handleForm={this.handleForm} |
| | | closeForm={this.closeForm} |
| | | /> |
| | | {config.setting.btnPosition !== 'top' ? <div className="modal-btns"> |
| | | <Button className="modal-reset" type="default">重置</Button> |
| | | <Button className="modal-submit" type="primary">{config.setting.btnName || '确定'}</Button> |
| | | </div> : null} |
| | | {config.setting.btnPosition !== 'top' ? |
| | | <Button className="modal-submit" type="primary">{config.setting.btnName || '确定'}</Button> : null} |
| | | </div> |
| | | </div> |
| | | </div> |