mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: simplify export condition in ToolResourceIndex.vue
This commit is contained in:
parent
3e47117f46
commit
754cb89ca4
|
|
@ -311,7 +311,7 @@
|
|||
|
||||
<el-dropdown-item
|
||||
v-if="
|
||||
!row.template_id && row.tool_type === 'CUSTOM' && permissionPrecise.export()
|
||||
!row.template_id && permissionPrecise.export()
|
||||
"
|
||||
@click.stop="exportTool(row)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue