From 4eae7af1ce6cd0ea8ac6485e26528625e83c3c70 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 十月 2021 15:18:57 +0800 Subject: [PATCH] 2021-10-12 --- src/views/appmanage/scriptform/index.jsx | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/appmanage/scriptform/index.jsx b/src/views/appmanage/scriptform/index.jsx index 4fc324c..5ed14e9 100644 --- a/src/views/appmanage/scriptform/index.jsx +++ b/src/views/appmanage/scriptform/index.jsx @@ -1,6 +1,6 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' -import { Form, Row, Col, Input, Select, notification } from 'antd' +import { Form, Row, Col, Input, Select, notification, Tooltip, Icon } from 'antd' import moment from 'moment' import Api from '@/api' @@ -159,7 +159,11 @@ <Form {...formItemLayout} className="app-script-form"> <Row gutter={24}> <Col span={12}> - <Form.Item label="绫诲瀷"> + <Form.Item label={ + <Tooltip placement="topLeft" title="1銆佸垵娆″崌绾ф垨搴旂敤鍩烘湰淇℃伅淇敼鏃讹紝璇烽鍏堟坊鍔犲簲鐢紙鍩烘湰淇℃伅锛夛紱2銆佸瓙搴旂敤鏁翠綋鍗囩骇鏃讹紝璇锋坊鍔犲瓙搴旂敤锛堝崌绾у唴瀹瑰寘鎷〉闈㈠強鏉冮檺鏍戯級锛�3銆佸崟涓〉闈㈠崌绾ф椂锛岃娣诲姞椤甸潰锛�4銆佹秹鍙婃潈闄愭洿鏂版椂锛岃娣诲姞鏉冮檺鏍�"> + <Icon style={{color: '#c49f47', marginRight: '5px'}} type="question-circle" />绫诲瀷 + </Tooltip> + }> {getFieldDecorator('VType', { initialValue: 'subapp', rules: [{ -- Gitblit v1.8.0