From 9525a86af52c6ea8fabac5cb74d27bf19fa9f5b2 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 14 Nov 2021 00:21:09 +0800
Subject: [PATCH] 权限修改

---
 src/views/accreditationRecords/accreditationRecordsPaper.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/accreditationRecords/accreditationRecordsPaper.vue b/src/views/accreditationRecords/accreditationRecordsPaper.vue
index 0a5b101..130e219 100644
--- a/src/views/accreditationRecords/accreditationRecordsPaper.vue
+++ b/src/views/accreditationRecords/accreditationRecordsPaper.vue
@@ -38,7 +38,7 @@
           size="small"
           plain
           icon="el-icon-download"
-          v-if="permission.accreditationRecords_paper_export"
+          v-if="permission.accreditationRecords_paper_export || check"
           @click="handleExport"
           >制证信息导出
         </el-button>

--
Gitblit v1.9.3