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

@@ -719,7 +719,6 @@ onMounted(() => {
ghost
size="small"
@click.prevent="fnModalVisibleByVive(record.id)"
v-perms:has="['traceManage:pcap:textlog']"
>
<template #icon><FileTextOutlined /> </template>
</a-button>

View File

@@ -62,9 +62,9 @@ function fnUpload(up: UploadRequestOption) {
:before-upload="fnBeforeUpload"
:custom-request="fnUpload"
>
<a-button type="primary" v-perms:has="['traceManage:tshark:edit']"> Upload </a-button>
<a-button type="primary"> Upload </a-button>
</a-upload>
<a-button @click="handleLoadExample()" v-perms:has="['traceManage:tshark:example']">Example</a-button>
<a-button @click="handleLoadExample()">Example</a-button>
</a-space>
</template>
<!-- 插槽-卡片右侧 -->