From e3d44b5694b87e8b32d468d8b97fdd409da10b52 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 29 六月 2023 09:23:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/views/design/sidemenu/thdmenuform/index.jsx | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/design/sidemenu/thdmenuform/index.jsx b/src/views/design/sidemenu/thdmenuform/index.jsx index e393aa9..cb8f0da 100644 --- a/src/views/design/sidemenu/thdmenuform/index.jsx +++ b/src/views/design/sidemenu/thdmenuform/index.jsx @@ -1,7 +1,8 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { fromJS } from 'immutable' -import { Form, Row, Col, Input, Select } from 'antd' +import { Form, Row, Col, Input, Select, Tooltip } from 'antd' +import { QuestionCircleOutlined } from '@ant-design/icons' // import './index.scss' const { TextArea } = Input @@ -74,7 +75,7 @@ <Form {...formItemLayout} style={{paddingRight: '20px'}}> <Row gutter={24}> <Col span={22}> - <Form.Item label={'涓�绾ц彍鍗�'}> + <Form.Item label="涓�绾ц彍鍗�"> {getFieldDecorator('fstMenuId', { initialValue: menu.fstMenuId, rules: [ @@ -97,7 +98,7 @@ </Form.Item> </Col> <Col span={22}> - <Form.Item label={'浜岀骇鑿滃崟'}> + <Form.Item label="浜岀骇鑿滃崟"> {getFieldDecorator('ParentID', { initialValue: menu.ParentId, rules: [ @@ -119,7 +120,7 @@ </Form.Item> </Col> <Col span={22}> - <Form.Item label={'鑿滃崟鍚嶇О'}> + <Form.Item label="鑿滃崟鍚嶇О"> {getFieldDecorator('MenuName', { initialValue: menu.MenuName || '', rules: [ @@ -132,7 +133,7 @@ </Form.Item> </Col> <Col span={22}> - <Form.Item label={'鑿滃崟鍙傛暟'}> + <Form.Item label="鑿滃崟鍙傛暟"> {getFieldDecorator('MenuNo', { initialValue: menu.MenuNo || '', rules: [ @@ -145,7 +146,9 @@ </Form.Item> </Col> {menu.Template === 'NewPage' ? <Col span={22}> - <Form.Item label={'閾炬帴鍦板潃'}> + <Form.Item label={ + <Tooltip overlayStyle={{minWidth: 500}} placement="topLeft" title={<div onClick={(e) => e.stopPropagation()}>浣跨敤鍚屼竴鍗曠偣绯荤粺涓嬬殑鍏朵粬涓氬姟绯荤粺锛岄摼鎺ユ牸寮忎负锛歨ttp://<span style={{color: 'orange'}}>******</span>/admin/index.html#/iframe/<span style={{color: 'orange'}}>menuId</span>/<span style={{color: 'orange'}}>loginuid</span>/<span style={{color: 'orange'}}>BID</span>銆傛敞锛�******涓哄煙鍚�+铏氭嫙鐩綍锛沵enuId涓鸿彍鍗旾D锛沴oginuid涓虹櫥褰曚俊鎭紙浣跨敤@loginuid@鏃惰嚜鍔ㄦ浛鎹负褰撳墠绯荤粺鐨刲oginuid锛夛紱BID鏄悜鑿滃崟涓殑浼犲弬锛屽彲涓虹┖銆�</div>}><QuestionCircleOutlined className="mk-form-tip" />閾炬帴鍦板潃</Tooltip> + }> {getFieldDecorator('url', { initialValue: menu.url || '', rules: [ -- Gitblit v1.8.0