mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: refine export condition for custom tool types
This commit is contained in:
parent
d7ad3ff524
commit
3a59453b06
|
|
@ -270,7 +270,7 @@
|
|||
</el-dropdown-item>
|
||||
|
||||
<el-dropdown-item
|
||||
v-if="!row.template_id && permissionPrecise.export()"
|
||||
v-if="!row.template_id && row.tool_type === 'CUSTOM' && permissionPrecise.export()"
|
||||
@click.stop="exportTool(row)"
|
||||
>
|
||||
<AppIcon iconName="app-export" class="color-secondary"></AppIcon>
|
||||
|
|
|
|||
Loading…
Reference in New Issue