From 4ee6445f67bbb56caa2b2f981afce6e87cc602af Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 10 七月 2019 21:01:26 +0800
Subject: [PATCH] 每个页面显示当前页面名称,将上下框无法对其的处理对齐
---
WebService/src/main/resources/components/community-manage/communityManage.html | 65 ++++++++++++++------------------
1 files changed, 29 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 3914ec1..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" v-if="community.auditStatusCd == '0000'">
- <button class="btn-white btn btn-xs" v-on:click="_openExitCommunityModel(community)">鐢宠閫�鍑�</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>
@@ -72,4 +61,8 @@
</div>
</div>
-</div>
\ No newline at end of file
+ <vc:create name="addCommunity"></vc:create>
+ <vc:create name="editCommunity"></vc:create>
+ <vc:create name="deleteCommunity"></vc:create>
+
+</div>
--
Gitblit v1.8.0