mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
Merge remote-tracking branch 'origin/v2' into v2
This commit is contained in:
commit
3940a9f62b
|
|
@ -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