From d6e9b6f11fd8f36895eb70f092bdd8c412750111 Mon Sep 17 00:00:00 2001
From: dangsn <dangsn@vci-tech.com>
Date: 星期四, 16 一月 2025 12:00:42 +0800
Subject: [PATCH] 补充AOF服务

---
 Source/plt-web/plt-web-ui/src/views/system/department/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/system/department/index.vue b/Source/plt-web/plt-web-ui/src/views/system/department/index.vue
index 8f6cebd..19a7468 100644
--- a/Source/plt-web/plt-web-ui/src/views/system/department/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/system/department/index.vue
@@ -186,7 +186,7 @@
         editBtn: this.vaildData(this.permission[this.$route.query.id].EDIT, false),
         assignMembersBtn: this.vaildData(this.permission[this.$route.query.id].FREEZE, false),
         departmentAddChildrenBtn: this.vaildData(this.permission[this.$route.query.id].ADD, false),
-        downloadImportTemplateBtn: this.vaildData(this.permission[this.$route.query.id].DOWNLOADFILE, false),
+        downloadImportTemplateBtn: this.vaildData(this.permission[this.$route.query.id].DOWNLOAD, false),
         importDepartmentBtn: this.vaildData(this.permission[this.$route.query.id].MGR, false),
         statisticsBtn: this.vaildData(this.permission[this.$route.query.id].DISCARD, false),
       };

--
Gitblit v1.9.3