king
2025-03-11 a34cd186edf233b2f5db5b23bf39da395a09aa37
src/mob/components/navbar/normal-navbar/menus/menuform/index.jsx
@@ -74,7 +74,7 @@
  }
  render() {
    const { menu, cols } = this.props
    const { menu, cols, datatype } = this.props
    const { getFieldDecorator } = this.props.form
    const { property, appMenus, copyMenu } = this.state
@@ -216,7 +216,7 @@
              )}
            </Form.Item>
          </Col>
          <Col span={12}>
          {datatype === 'dynamic' ? <Col span={12}>
            <Form.Item label={
              <Tooltip placement="topLeft" title="绑定提示字段后,会在菜单右上角显示提示信息。注:在添加图标时有效。">
                <QuestionCircleOutlined className="mk-form-tip" />
@@ -231,7 +231,7 @@
                </Select>
              )}
            </Form.Item>
          </Col>
          </Col> : null}
          <Col span={12}>
            <Form.Item label="隐藏">
              {getFieldDecorator('hidden', {