fix: udm-sub页面删除按钮perms标识错误
This commit is contained in:
@@ -1529,7 +1529,7 @@ onMounted(() => {
|
||||
<a-button
|
||||
type="link"
|
||||
@click.prevent="fnRecordDelete(record.imsi)"
|
||||
v-perms:has="['neUser:aub:delete']"
|
||||
v-perms:has="['neUser:sub:delete']"
|
||||
>
|
||||
<template #icon>
|
||||
<DeleteOutlined />
|
||||
|
||||
Reference in New Issue
Block a user