feat: SMSC短信内容显示,权限控制显示操作删除cdr:ne:remove

This commit is contained in:
TsMask
2024-12-23 19:39:06 +08:00
parent 44612081bc
commit 41e37766b7
6 changed files with 31 additions and 1 deletions

View File

@@ -639,6 +639,7 @@ onBeforeUnmount(() => {
:disabled="tableState.selectedRowKeys.length <= 0"
:loading="modalState.confirmLoading"
@click.prevent="fnRecordDelete('0')"
v-perms:has="['cdr:ne:remove']"
>
<template #icon><DeleteOutlined /></template>
{{ t('common.deleteText') }}
@@ -751,6 +752,7 @@ onBeforeUnmount(() => {
<a-button
type="link"
@click.prevent="fnRecordDelete(record.id)"
v-perms:has="['cdr:ne:remove']"
>
<template #icon>
<DeleteOutlined />