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/community-manage/communityManage.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/WebService/src/main/resources/components/community-manage/communityManage.html b/WebService/src/main/resources/components/community-manage/communityManage.html
index 661d23d..abdcd9d 100644
--- a/WebService/src/main/resources/components/community-manage/communityManage.html
+++ b/WebService/src/main/resources/components/community-manage/communityManage.html
@@ -1,4 +1,4 @@
-<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
+<div id="component">
<div class="row">
<div class="col-lg-12">
<div class="ibox">
@@ -40,9 +40,9 @@
<td><div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_openEditCommunityModel(community)">淇敼</button>
</div>
- <div class="btn-group">
- <button class="btn-white btn btn-xs" v-on:click="_openDelCommunityModel(community)">鍒犻櫎</button>
- </div></td>
+ <!-- <div class="btn-group">
+ <button class="btn-white btn btn-xs" v-on:click="_openDeleteCommunityModel(community)">鍒犻櫎</button>
+ </div></td>-->
</tr>
</tbody>
--
Gitblit v1.8.0