From e14d495581896374cc4be7ec929feb95005e6563 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 15 六月 2023 18:22:39 +0800
Subject: [PATCH] 修改系统管理、编码规则管理bug

---
 Source/UBCS-WEB/src/views/system/tenant.vue |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/system/tenant.vue b/Source/UBCS-WEB/src/views/system/tenant.vue
index 0690fe0..96ce15c 100644
--- a/Source/UBCS-WEB/src/views/system/tenant.vue
+++ b/Source/UBCS-WEB/src/views/system/tenant.vue
@@ -27,14 +27,6 @@
                    plain
                    @click="handleDelete">鍒� 闄�
         </el-button>
-        <el-tooltip class="item" effect="dark" content="缁欑鎴烽厤缃处鍙烽搴︺�佽繃鏈熸椂闂寸瓑鎺堟潈淇℃伅" placement="top">
-          <el-button size="small"
-                     plain
-                     v-if="userInfo.role_name.includes('administrator')"
-                     icon="el-icon-setting"
-                     @click="handleSetting">鎺堟潈閰嶇疆
-          </el-button>
-        </el-tooltip>
         <el-tooltip class="item" effect="dark" content="缁欑鎴烽厤缃嫭绔嬫暟鎹簮浠ュ疄鐜版暟鎹簱闅旂" placement="top">
           <el-button size="small"
                      plain
@@ -361,7 +353,7 @@
           message: "鎿嶄綔鎴愬姛!"
         });
         done();
-        console.log(done)
+        // console.log(done)
       }, error => {
         window.console.log(error);
         loading();

--
Gitblit v1.9.3