From 30068b0366757b6cae3cd6dda25e0622afcae795 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 13 四月 2023 11:17:05 +0800 Subject: [PATCH] 2023-04-13 --- src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx index 213f959..04fa4a8 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx @@ -216,13 +216,13 @@ </Radio.Group>)} </Form.Item> </Col> : null} - {dataType === 'custom' && defaultSql === 'true' ? <Col className="short-label" span={8}> + {/* {dataType === 'custom' && defaultSql === 'true' ? <Col className="short-label" span={8}> <Form.Item label="涓婚敭"> {getFieldDecorator('primaryKey', { initialValue: setting.primaryKey || 'ID', })(<Input placeholder={''} autoComplete="off" />)} </Form.Item> - </Col> : null} + </Col> : null} */} {dataType === 'custom' && defaultSql === 'true' ? <Col className="short-label" span={8}> <Form.Item label="鎺掑簭鏂瑰紡"> {getFieldDecorator('order', { -- Gitblit v1.8.0