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 |   63 +++++++++++++------------------
 1 files changed, 27 insertions(+), 36 deletions(-)

diff --git a/WebService/src/main/resources/components/community-manage/communityManage.html b/WebService/src/main/resources/components/community-manage/communityManage.html
index 8cb3475..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">
@@ -16,46 +16,35 @@
                     <table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
                         <thead>
                         <tr>
-                            <th>灏忓尯ID</th>
-                            <th data-hide="phone">鍚嶇О</th>
-                            <th data-hide="phone">鑱旂郴鏂瑰紡</th>
-                            <th data-hide="phone">鍦板潃</th>
-                            <th data-hide="phone">鍦版爣</th>
-                            <th data-hide="phone,tablet" >鍩庡競缂栫爜</th>
-                            <th data-hide="phone">鐘舵��</th>
+                                                        <th>灏忓尯ID</th>
+                            <th>灏忓尯鍚嶇О</th>
+                            <th>灏忓尯鍦板潃</th>
+                            <th>闄勮繎鍦版爣</th>
+                            <th>鍩庡競缂栫爜</th>
+                            <th>灏忓尯缁村害</th>
+                            <th>灏忓尯缁忓害</th>
                             <th class="text-right">鎿嶄綔</th>
+
 
                         </tr>
                         </thead>
                         <tbody>
-                        <tr v-for="community in communityManageInfo.communitys">
-                            <td>
-                                {{community.communityId}}
-                            </td>
-                            <td>
-                                {{community.name}}
-                            </td>
-                            <td>
-                                {{community.tel}}
-                            </td>
-                            <td>
-                                {{community.address}}
-                            </td>
-                            <td>
-                                {{community.nearbyLandmarks}}
-                            </td>
-                            <td>
-                                {{community.cityCode}}
-                            </td>
-                            <td>
-                                {{_showCommunityStatus(community.auditStatusCd)}}
-                            </td>
-                            <td class="text-right">
-                                <div class="btn-group">
-                                    <button class="btn-white btn btn-xs" v-on:click="_openEditCommunityModel(floor)">淇敼</button>
+                            <tr v-for="community in communityManageInfo.communitys">
+                                                            <td>{{community.communityId}}</td>
+                            <td>{{community.name}}</td>
+                            <td>{{community.address}}</td>
+                            <td>{{community.nearbyLandmarks}}</td>
+                            <td>{{community.cityCode}}</td>
+                            <td>{{community.mapX}}</td>
+                            <td>{{community.mapY}}</td>
+                            <td><div class="btn-group">
+                                    <button class="btn-white btn btn-xs" v-on:click="_openEditCommunityModel(community)">淇敼</button>
                                 </div>
-                            </td>
-                        </tr>
+                               <!-- <div class="btn-group">
+                                    <button class="btn-white btn btn-xs" v-on:click="_openDeleteCommunityModel(community)">鍒犻櫎</button>
+                                </div></td>-->
+
+                            </tr>
                         </tbody>
                         <tfoot>
                         <tr>
@@ -73,5 +62,7 @@
     </div>
 
     <vc:create name="addCommunity"></vc:create>
+    <vc:create name="editCommunity"></vc:create>
+    <vc:create name="deleteCommunity"></vc:create>
 
-</div>
\ No newline at end of file
+</div>

--
Gitblit v1.8.0