fix: refine export condition for custom tool types
parent
d7ad3ff524
commit
3a59453b06
|
|
@ -270,7 +270,7 @@
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
|
|
||||||
<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)"
|
@click.stop="exportTool(row)"
|
||||||
>
|
>
|
||||||
<AppIcon iconName="app-export" class="color-secondary"></AppIcon>
|
<AppIcon iconName="app-export" class="color-secondary"></AppIcon>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue