From 4348c321dfe200e4cdc430b1dc5b1caef4991261 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期四, 18 四月 2019 23:46:00 +0800
Subject: [PATCH] 入驻小区 和退订开发测试完成
---
WebService/src/main/resources/components/enter-community/enterCommunity.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/enter-community/enterCommunity.html b/WebService/src/main/resources/components/enter-community/enterCommunity.html
index 89e4fe1..1eb6fbd 100644
--- a/WebService/src/main/resources/components/enter-community/enterCommunity.html
+++ b/WebService/src/main/resources/components/enter-community/enterCommunity.html
@@ -48,7 +48,7 @@
{{community.cityCode}}
</td>
<td>
- {{community.statusCd == 0 ? '鍦ㄧ敤': '瀹℃牳涓�'}}
+ {{_showCommunityStatus(community.statusCd)}}
</td>
<td class="text-right">
<div class="btn-group" v-if="community.statusCd == 0">
--
Gitblit v1.8.0