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 | 8 +++++++-
1 files changed, 7 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 b8cbb3a..70d7569 100644
--- a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
+++ b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
@@ -4,6 +4,10 @@
<div class="ibox-title">
<h5>{{orgCommunityManageInfo.orgName}}闅跺睘灏忓尯</h5>
<div class="ibox-tools" style="top:10px;">
+ <button type="button" class="btn btn-primary btn-sm" v-on:click="_goBack()">
+ <i class="glyphicon glyphicon-plus"></i>
+ 杩斿洖
+ </button>
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddOrgCommunityModal()">
<i class="glyphicon glyphicon-plus"></i>
娣诲姞
@@ -31,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)">
鍒犻櫎
@@ -54,6 +58,8 @@
</div>
</div>
<vc:create name="addOrgCommunity"
+ emitListener="orgCommunityManageInfo"
+ emitFunction="listOrgCommunity"
></vc:create>
<vc:create name="deleteOrgCommunity"></vc:create>
</div>
--
Gitblit v1.8.0