From 6d8a43de07062234a05716fcbb94273709cab21e Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期二, 16 七月 2019 17:04:36 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity
---
WebService/src/main/resources/components/privilege-staffInfo/privilegeStaffInfo.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/WebService/src/main/resources/components/privilege-staffInfo/privilegeStaffInfo.html b/WebService/src/main/resources/components/privilege-staffInfo/privilegeStaffInfo.html
index 607e872..3306f95 100644
--- a/WebService/src/main/resources/components/privilege-staffInfo/privilegeStaffInfo.html
+++ b/WebService/src/main/resources/components/privilege-staffInfo/privilegeStaffInfo.html
@@ -6,8 +6,10 @@
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm" v-on:click="openSearchStaffModel()">
<i class="glyphicon glyphicon-search"></i> 瀹氫綅鍛樺伐</button>
- <button type="button" class="btn btn-primary btn-sm" style="margin-left:10px">
- <i class="glyphicon glyphicon-plus" v-on:click="openAddStaffPrivilegeModel()"></i> 娣诲姞鏉冮檺</button>
+ <button type="button" class="btn btn-primary btn-sm"
+ v-if="privilegeStaffInfo.userId != null && privilegeStaffInfo.userId != ''"
+ style="margin-left:10px" v-on:click="openAddStaffPrivilegeModel()">
+ <i class="glyphicon glyphicon-plus" ></i> 娣诲姞鏉冮檺</button>
</div>
</div>
<div class="ibox-content">
--
Gitblit v1.8.0