From 5ff2ee3b46a584368a6d2cebbe180abb1947f927 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 06 八月 2020 00:21:42 +0800
Subject: [PATCH] 2020-08-06

---
 src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
index 9c23b01..e50a5e6 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
@@ -1,17 +1,17 @@
 import React, {Component} from 'react'
 import PropTypes from 'prop-types'
 import { fromJS } from 'immutable'
-import { Form, Tabs, Row, Col, Button, Table, Popconfirm, Icon, notification, Modal, message, InputNumber, Radio, Input } from 'antd'
+import { Form, Tabs, Row, Col, Button, Table, Popconfirm, Icon, notification, Modal, message, InputNumber, Radio } from 'antd'
 import moment from 'moment'
 
 import Api from '@/api'
 import Utils from '@/utils/utils.js'
 
 import ColumnForm from './columnform'
+import CodeMirror from '@/templates/zshare/codemirror'
 import './index.scss'
 
 const { TabPane } = Tabs
-const { TextArea } = Input
 const { confirm } = Modal
 
 class VerifyCard extends Component {
@@ -480,7 +480,7 @@
                           message: this.props.dict['form.required.input'] + 'sql!'
                         }
                       ]
-                    })(<TextArea rows={15} />)}
+                    })(<CodeMirror />)}
                   </Form.Item>
                 </Col>
               </Row>

--
Gitblit v1.8.0