src/views/menudesign/printmenuform/index.jsx
@@ -257,6 +257,18 @@ })(<Input onChange={(e) => this.selectChange('callNo', e.target.value)}/>)} </Form.Item> </Col> : null} <Col span={24}> <Form.Item label={ <Tooltip placement="topLeft" title="可自定义在浏览器标题栏中显示的网页标题。"> <QuestionCircleOutlined className="mk-form-tip" /> 网页标题 </Tooltip> }> {getFieldDecorator('webTitle', { initialValue: config.webTitle || '' })(<Input onChange={(e) => this.selectChange('webTitle', e.target.value)}/>)} </Form.Item> </Col> </Row> </Form> )