From 8831289b655f2cc086ecdababaa89f8d8a087c42 Mon Sep 17 00:00:00 2001 From: cshaptx4869 <994774638@qq.com> Date: Fri, 7 Jun 2024 16:35:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(PageContent):=20:sparkles:=20=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E9=BB=98=E8=AE=A4=E5=B7=A5=E5=85=B7=E6=A0=8F=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E3=80=81=E6=90=9C=E7=B4=A2=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90=E7=82=B9=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PageContent/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/PageContent/index.vue b/src/components/PageContent/index.vue index 68a568fa..024b50d5 100644 --- a/src/components/PageContent/index.vue +++ b/src/components/PageContent/index.vue @@ -89,6 +89,7 @@ icon="FolderOpened" circle title="导出" + v-hasPerm="[`${contentConfig.pageName}:export`]" @click="handleToolbar(item)" /> @@ -98,6 +99,7 @@ icon="search" circle title="搜索" + v-hasPerm="[`${contentConfig.pageName}:query`]" @click="handleToolbar(item)" />