mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-01-23 10:50:24 +08:00
修正导出按钮鉴权问题
This commit is contained in:
parent
5801c5e9b4
commit
ff3144e708
@ -63,7 +63,7 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
@click="handleExport"
|
@click="handleExport"
|
||||||
class="min-left-space"
|
class="min-left-space"
|
||||||
v-if="hasPermission(['/@{.apiPrefix}/delete'])"
|
v-if="hasPermission(['/@{.apiPrefix}/export'])"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<n-icon>
|
<n-icon>
|
||||||
|
Loading…
Reference in New Issue
Block a user