Commit 213f8ac8 by zhaochengxiang

资产字段导入

parent 2bf4e629
...@@ -69,13 +69,11 @@ const FC = (props) => { ...@@ -69,13 +69,11 @@ const FC = (props) => {
}} }}
onOk={handleOk} onOk={handleOk}
> >
<div className='mt-3'> <Upload {...uploadProps}>
<Upload {...uploadProps}> <Button icon={<UploadOutlined />}>
<Button icon={<UploadOutlined />}> 选择文件上传
选择文件上传 </Button>
</Button> </Upload>
</Upload>
</div>
</Modal> </Modal>
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment