fix: 修改模型取消下载提示 (#871)
This commit is contained in:
parent
cb3357aeb8
commit
3a7d7e8003
@ -14,7 +14,11 @@
|
|||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</span>
|
</span>
|
||||||
<span v-if="currentModel.status === 'PAUSE_DOWNLOAD'">
|
<span v-if="currentModel.status === 'PAUSE_DOWNLOAD'">
|
||||||
<el-tooltip effect="dark" content="暂停下载" placement="top">
|
<el-tooltip
|
||||||
|
effect="dark"
|
||||||
|
:content="`基础模型: ${props.model.model_name} 下载失败`"
|
||||||
|
placement="top"
|
||||||
|
>
|
||||||
<el-icon class="danger ml-4" size="18"><Warning /></el-icon>
|
<el-icon class="danger ml-4" size="18"><Warning /></el-icon>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user