|
@@ -371,11 +371,11 @@ export default defineComponent({
|
|
|
]}
|
|
|
>
|
|
|
{item.downloadStatus === 1
|
|
|
- ? `下载中 ${item.progress || 0}%`
|
|
|
+ ? `${item.progress || 0}%`
|
|
|
: item.downloadStatus === 2
|
|
|
- ? '下载成功'
|
|
|
+ ? '成功'
|
|
|
: item.downloadStatus === 3
|
|
|
- ? '重新下载'
|
|
|
+ ? '重试'
|
|
|
: '下载'}
|
|
|
</Button>
|
|
|
)}
|