From e2f4a6a49aacc8f3ac20e52c8c2f6824fccefc74 Mon Sep 17 00:00:00 2001 From: likexuan Date: Wed, 15 Feb 2023 15:49:25 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2568=20fix:=20notification=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=20=E5=88=A0=E9=99=A4=E7=BB=84=E4=BB=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/table/nzDataList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/table/nzDataList.vue b/nezha-fronted/src/components/common/table/nzDataList.vue index 6e162b3f5..216a69fc1 100644 --- a/nezha-fronted/src/components/common/table/nzDataList.vue +++ b/nezha-fronted/src/components/common/table/nzDataList.vue @@ -105,7 +105,7 @@ :from="'endpoint'" :forceDeleteShow="forceDeleteShow" :deleteTitle="deleteTitle" - :type="'link'" + type='' :title="$t('overall.delete')" :api="api" :single="single"