mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 05:42:51 +00:00
fix: 修改模型取消下载提示 (#871)
This commit is contained in:
parent
cb3357aeb8
commit
3a7d7e8003
|
|
@ -14,7 +14,11 @@
|
|||
</el-tooltip>
|
||||
</span>
|
||||
<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-tooltip>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue