mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-13 12:43:45 +08:00
修正导出按钮鉴权问题
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user