Commit c58db505 by zhaochengxiang

去掉资产字段维护中的模板下载

parent c27265e7
...@@ -350,11 +350,11 @@ const FC = (props) => { ...@@ -350,11 +350,11 @@ const FC = (props) => {
选择文件上传 选择文件上传
</Button> </Button>
</Upload> </Upload>
{ {/* {
catalogId === '2' && <Button icon={<DownloadOutlined />} onClick={ downloadTemplate }> catalogId === '2' && <Button icon={<DownloadOutlined />} onClick={ downloadTemplate }>
模板下载 模板下载
</Button> </Button>
} } */}
</div> </div>
<div className='mt-3'> <div className='mt-3'>
<Space> <Space>
......
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