From e64d8b88b4c177360874f5d6ea46d67f8495cdfc Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期一, 17 二月 2020 18:40:24 +0800
Subject: [PATCH] 员工select2

---
 WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
index 64d31b4..70d7569 100644
--- a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
+++ b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
@@ -35,7 +35,7 @@
                         <td class="text-center">{{orgCommunity.communityId}}</td>
                         <td class="text-center">{{orgCommunity.communityName}}</td>
                         <td class="text-right">
-                            <div class="btn-group" v-if="orgCommunity.allowOperation == 'T'">
+                            <div class="btn-group">
                                 <button class="btn-white btn btn-xs"
                                         v-on:click="_openDeleteOrgCommunityModel(orgCommunity)">
                                     鍒犻櫎

--
Gitblit v1.8.0