yangjie #45
|
|
@ -292,7 +292,7 @@ const SharedFilesModel = forwardRef((props: any, ref: any) => {
|
|||
/>
|
||||
<Column title="操作" render={(item) => (
|
||||
<>
|
||||
<VerticalAlignBottomOutlined title='下载'
|
||||
{!item.showPercentComplete ? <VerticalAlignBottomOutlined title='下载'
|
||||
style={{ color: '#5575F2', cursor: 'pointer' }}
|
||||
onClick={async () => {
|
||||
storage.setItem('loading', true)
|
||||
|
|
@ -367,7 +367,7 @@ const SharedFilesModel = forwardRef((props: any, ref: any) => {
|
|||
}).finally(() => {
|
||||
storage.setItem('loading', false)
|
||||
})
|
||||
}} />
|
||||
}} /> : null}
|
||||
{/* <FolderOutlined title='文件' style={{ color: '#FFA000', cursor: 'pointer', marginLeft: '10px' }} /> */}
|
||||
</>
|
||||
)} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue