From fa0b23dd73d57f3460e878fa9d990ec7440baae9 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 26 二月 2020 12:50:01 +0800
Subject: [PATCH] 优化查询房屋信息
---
WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
index 64d31b4..70d7569 100644
--- a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
+++ b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
@@ -35,7 +35,7 @@
<td class="text-center">{{orgCommunity.communityId}}</td>
<td class="text-center">{{orgCommunity.communityName}}</td>
<td class="text-right">
- <div class="btn-group" v-if="orgCommunity.allowOperation == 'T'">
+ <div class="btn-group">
<button class="btn-white btn btn-xs"
v-on:click="_openDeleteOrgCommunityModel(orgCommunity)">
鍒犻櫎
--
Gitblit v1.8.0