From 37e28da53f6d4d7d8abe7626ba28ba7dbe16e7bb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 08 四月 2024 15:36:01 +0800 Subject: [PATCH] 2024-04-08 --- 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 1e04573..f8240c3 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx @@ -286,7 +286,7 @@ </Radio.Group>)} </Form.Item> </Col> : null} - {btnType !== 'print' && excelHandle !== 'true' ? <Col span={8}> + {/* {btnType !== 'print' && excelHandle !== 'true' ? <Col span={8}> <Form.Item label={ <Tooltip placement="topLeft" title="Excel鍐呭鍖烘槸鍚﹁嚜鍔ㄦ崲琛屻��"> <QuestionCircleOutlined className="mk-form-tip" /> @@ -301,7 +301,7 @@ <Radio value="true">鏄�</Radio> </Radio.Group>)} </Form.Item> - </Col> : null} + </Col> : null} */} </Row> </Form> </div> -- Gitblit v1.8.0