mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: template icon error
This commit is contained in:
parent
20260df9a1
commit
dac0a9c3f3
|
|
@ -81,13 +81,7 @@
|
|||
<el-tooltip effect="dark" :content="$t('common.modify')" placement="top">
|
||||
<el-button text :disabled="!is_permisstion" @click.stop="openEditModel">
|
||||
<el-icon>
|
||||
<component
|
||||
:is="
|
||||
currentModel.status === 'ERROR' || currentModel.status === 'PAUSE_DOWNLOAD'
|
||||
? 'RefreshRight'
|
||||
: 'EditPen'
|
||||
"
|
||||
/>
|
||||
<el-icon><EditPen /></el-icon>
|
||||
</el-icon>
|
||||
</el-button>
|
||||
</el-tooltip>
|
||||
|
|
|
|||
Loading…
Reference in New Issue