From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName
---
WebService/src/main/resources/components/communityPackage/community-manage/communityManage.html | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/WebService/src/main/resources/components/communityPackage/community-manage/communityManage.html b/WebService/src/main/resources/components/communityPackage/community-manage/communityManage.html
index fb10b62..31aab49 100644
--- a/WebService/src/main/resources/components/communityPackage/community-manage/communityManage.html
+++ b/WebService/src/main/resources/components/communityPackage/community-manage/communityManage.html
@@ -21,8 +21,6 @@
<th>灏忓尯鍦板潃</th>
<th>闄勮繎鍦版爣</th>
<th>鍩庡競缂栫爜</th>
- <th>灏忓尯缁村害</th>
- <th>灏忓尯缁忓害</th>
<th>鐘舵��</th>
<th class="text-right">鎿嶄綔</th>
</tr>
@@ -33,13 +31,12 @@
<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>{{community.cityName}}</td>
<td>{{community.stateName}}</td>
<td>
<div class="btn-group">
<button class="btn-white btn btn-xs"
+ v-bind:disabled="community.state == '1100'"
v-on:click="_openEditCommunityModel(community)">淇敼
</button>
</div>
--
Gitblit v1.8.0