src/templates/modalconfig/settingform/index.jsx
@@ -283,6 +283,13 @@ )} </Form.Item> </Col> : null} {appType === 'mob' ? <Col span={12}> <Form.Item label="按钮名称"> {getFieldDecorator('btnName', { initialValue: config.setting.btnName || '确定' })(<Input placeholder="" autoComplete="off" onPressEnter={this.handleSubmit} />)} </Form.Item> </Col> : null} </Row> </Form> )