From 41e37766b7c1a97d76eed17e579b0454e602dcbc Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 23 Dec 2024 19:39:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SMSC=E7=9F=AD=E4=BF=A1=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=98=BE=E7=A4=BA=EF=BC=8C=E6=9D=83=E9=99=90=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E6=98=BE=E7=A4=BA=E6=93=8D=E4=BD=9C=E5=88=A0=E9=99=A4?= =?UTF-8?q?cdr:ne:remove?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/amfUE/index.vue | 2 ++ src/views/dashboard/imsCDR/index.vue | 2 ++ src/views/dashboard/mmeUE/index.vue | 2 ++ src/views/dashboard/sgwcCDR/index.vue | 2 ++ src/views/dashboard/smfCDR/index.vue | 2 ++ src/views/dashboard/smscCDR/index.vue | 22 +++++++++++++++++++++- 6 files changed, 31 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/amfUE/index.vue b/src/views/dashboard/amfUE/index.vue index 979a1d6c..83e061e6 100644 --- a/src/views/dashboard/amfUE/index.vue +++ b/src/views/dashboard/amfUE/index.vue @@ -522,6 +522,7 @@ onBeforeUnmount(() => { :disabled="tableState.selectedRowKeys.length <= 0" :loading="modalState.confirmLoading" @click.prevent="fnRecordDelete('0')" + v-perms:has="['cdr:ne:remove']" > {{ t('common.deleteText') }} @@ -644,6 +645,7 @@ onBeforeUnmount(() => {