Commit 605665bd authored by XieZhiXiong's avatar XieZhiXiong

fix: 添加 disabled

parent e111fab6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-03 11:49:34 * @Date: 2020-11-03 11:49:34
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-06 10:02:30 * @LastEditTime: 2021-02-09 14:41:48
* @Description: 附件列表 * @Description: 附件列表
*/ */
import React from 'react'; import React from 'react';
...@@ -26,6 +26,7 @@ const FileList: React.FC<FileListProps> = ({ ...@@ -26,6 +26,7 @@ const FileList: React.FC<FileListProps> = ({
<Upload <Upload
className={styles.file} className={styles.file}
fileList={fileList} fileList={fileList}
disabled
/> />
</MellowCard> </MellowCard>
); );
......
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