king
2021-10-28 2922bbb6e939928939fb6728153b67cdf9dd6930
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>
    )