From 0c84df247914f893ef5e41d57a422e10a2dc814c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 12 十一月 2021 17:02:06 +0800 Subject: [PATCH] 2021-11-12 --- src/templates/sharecomponent/columncomponent/markcolumn/markform/index.jsx | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/templates/sharecomponent/columncomponent/markcolumn/markform/index.jsx b/src/templates/sharecomponent/columncomponent/markcolumn/markform/index.jsx index 4fbbbac..5785dd4 100644 --- a/src/templates/sharecomponent/columncomponent/markcolumn/markform/index.jsx +++ b/src/templates/sharecomponent/columncomponent/markcolumn/markform/index.jsx @@ -1,6 +1,6 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' -import { Form, Row, Col, Select, Button, Input, Radio, Icon, Cascader, Tooltip } from 'antd' +import { Form, Row, Col, Select, Button, Input, Radio, Icon, Cascader } from 'antd' import { minkeColorSystem, minkeIconSystem } from '@/utils/option.js' import './index.scss' @@ -187,7 +187,7 @@ <Form {...formItemLayout} id="model-mark-form-box" className="mingke-table"> <Row gutter={24}> <Col span={6}> - <Form.Item label={'瀛楁'}> + <Form.Item label="瀛楁"> {getFieldDecorator('field', { initialValue: originField.field, rules: [ @@ -210,7 +210,7 @@ </Form.Item> </Col> <Col span={6}> - <Form.Item label={'瀵规瘮绫诲瀷'}> + <Form.Item label="瀵规瘮绫诲瀷"> {getFieldDecorator('contrastType', { initialValue: 'static' })( @@ -222,7 +222,7 @@ </Form.Item> </Col> <Col span={6}> - <Form.Item label={'瀵规瘮鏂瑰紡'}> + <Form.Item label="瀵规瘮鏂瑰紡"> {getFieldDecorator('match', { initialValue: '=', rules: [ @@ -243,14 +243,14 @@ </Form.Item> </Col> {contrastType === 'static' ? <Col span={6}> - <Form.Item label={'瀵规瘮鍊�'}> + <Form.Item label="瀵规瘮鍊�"> {getFieldDecorator('contrastValue', { initialValue: '' })(<Input placeholder="" autoComplete="off" />)} </Form.Item> </Col> : null} {contrastType === 'dynamic' ? <Col span={6}> - <Form.Item label={'瀵规瘮瀛楁'}> + <Form.Item label="瀵规瘮瀛楁"> {getFieldDecorator('contrastField', { initialValue: '', rules: [ @@ -272,12 +272,7 @@ </Form.Item> </Col> : null} <Col span={6}> - <Form.Item label={ - <Tooltip placement="topLeft" title="鍗$墖绫诲瀷锛屽湪鍗$墖鍥捐〃涓捣鏁�"> - <Icon type="question-circle" /> - {'鏍囪'} - </Tooltip> - }> + <Form.Item label="鏍囪鏂瑰紡"> {getFieldDecorator('signType', { initialValue: 'background', rules: [ -- Gitblit v1.8.0