Skip to content

Commit 754cb89

Browse files
committed
fix: simplify export condition in ToolResourceIndex.vue
1 parent 3e47117 commit 754cb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/system-resource-management/ToolResourceIndex.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311

312312
<el-dropdown-item
313313
v-if="
314-
!row.template_id && row.tool_type === 'CUSTOM' && permissionPrecise.export()
314+
!row.template_id && permissionPrecise.export()
315315
"
316316
@click.stop="exportTool(row)"
317317
>

0 commit comments

Comments
 (0)