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/enter-community/enterCommunity.html | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/WebService/src/main/resources/components/enter-community/enterCommunity.html b/WebService/src/main/resources/components/enter-community/enterCommunity.html
index 46a9a34..71b1875 100644
--- a/WebService/src/main/resources/components/enter-community/enterCommunity.html
+++ b/WebService/src/main/resources/components/enter-community/enterCommunity.html
@@ -1,11 +1,11 @@
-<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
+<div id="component" >
<div class="row">
<div class="col-lg-12">
<div class="ibox">
<div class="ibox-title">
<h5>宸插叆椹诲皬鍖�</h5>
<div class="ibox-tools" style="top:10px;">
- <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#addStaffModel">
+ <button type="button" class="btn btn-primary btn-sm" v-on:click="_openEnterCommunityModal()">
<i class="glyphicon glyphicon-plus"></i>
鍏ラ┗灏忓尯
</button>
@@ -18,6 +18,7 @@
<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>
@@ -35,6 +36,9 @@
{{community.name}}
</td>
<td>
+ {{community.tel}}
+ </td>
+ <td>
{{community.address}}
</td>
<td>
@@ -44,11 +48,11 @@
{{community.cityCode}}
</td>
<td>
- {{community.statusCd == 0 ? '鍦ㄧ敤': '瀹℃牳涓�'}}
+ {{_showCommunityStatus(community.auditStatusCd)}}
</td>
<td class="text-right">
- <div class="btn-group">
- <button class="btn-white btn btn-xs" v-on:click="_openExitCommunityModel(community)">閫�鍑�</button>
+ <div class="btn-group" v-if="community.auditStatusCd == '0000'">
+ <button class="btn-white btn btn-xs" v-on:click="_openExitCommunityModel(community)">鐢宠閫�鍑�</button>
</div>
</td>
</tr>
@@ -66,4 +70,7 @@
</div>
</div>
</div>
+ <vc:create name="storeEnterCommunity"></vc:create>
+ <vc:create name="storeExitCommunity"></vc:create>
+
</div>
\ No newline at end of file
--
Gitblit v1.8.0