feat: 移除掉一些权限标识

This commit is contained in:
TsMask
2025-09-15 14:23:17 +08:00
parent 510e3e1006
commit 58d0e6e884
6 changed files with 54 additions and 29 deletions

View File

@@ -524,7 +524,7 @@ function fnSyncFileToFTP(row: Record<string, any>) {
<template #title>
{{ t('views.ne.neConfigBackup.backupModal.pushFileOper') }}
</template>
<a-button type="link" @click.prevent="fnSyncFileToFTP(record)" v-perms:has="['ne:neConfigBackup:cloud']">
<a-button type="link" @click.prevent="fnSyncFileToFTP(record)" v-perms:has="['ne:neConfigBackup:ftpSync']">
<template #icon><CloudServerOutlined /></template>
</a-button>
</a-tooltip>