From 58f875b8ba4c0a5ec91e8fbb8d2e7ce0151f6d1b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 28 十一月 2023 16:51:52 +0800 Subject: [PATCH] 2023-11-28 --- src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx index ab0f6ad..97b1812 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx @@ -7,7 +7,7 @@ import Api from '@/api' import { checkSQL } from '@/utils/utils-custom.js' import CodeMirror from '@/templates/zshare/codemirror' -import './index.scss' +// import './index.scss' class CustomForm extends Component { static propTpyes = { @@ -341,10 +341,10 @@ 鍙栨秷 </Button> </Col> - <Col span={3} style={{paddingTop: '15px', fontSize: '12px', whiteSpace: 'nowrap'}}> + {!type ? <Col span={3} style={{paddingTop: '15px', fontSize: '12px', whiteSpace: 'nowrap'}}> 寮哄埗淇濆瓨锛� <Switch checked={skip} size="small" onChange={() => this.setState({skip: !skip})}/> - </Col> + </Col> : null} <Col span={24} className="sql"> <Form.Item label="sql"> {getFieldDecorator('sql', { -- Gitblit v1.8.0