From b3f85b60ba9e39572e686009d36b5e5d7e81e910 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 11 七月 2019 20:30:10 +0800
Subject: [PATCH] 合并远程信息
---
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