From 5d09d7360dc19afeba2c117774bcfea20e917d55 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 22 十二月 2019 12:53:49 +0800
Subject: [PATCH] 优化其他小区添加

---
 WebService/src/main/resources/components/appPackage/view-app-info/viewAppInfo.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/components/appPackage/view-app-info/viewAppInfo.html b/WebService/src/main/resources/components/appPackage/view-app-info/viewAppInfo.html
index 5cd5a0b..9896c8f 100644
--- a/WebService/src/main/resources/components/appPackage/view-app-info/viewAppInfo.html
+++ b/WebService/src/main/resources/components/appPackage/view-app-info/viewAppInfo.html
@@ -7,7 +7,7 @@
                     <button type="button" v-if="viewAppInfo.index != 2" class="btn btn-primary btn-sm" style="margin-right:10px;"  v-on:click="_openSelectAppInfoModel()">
                         <i class="glyphicon glyphicon-search"></i> 閫夋嫨搴旂敤</button>
 
-                    <button type="button" v-if="viewAppInfo.index != 2" class="btn btn-primary btn-sm" v-on:click="_openAddAppInfoModel()">
+                    <button type="button" v-if="viewAppInfo.index != 2 && viewAppInfo.needShowAddAppButton== 'true'" class="btn btn-primary btn-sm" v-on:click="_openAddAppInfoModel()">
                         <i class="glyphicon glyphicon-plus"></i> 娣诲姞搴旂敤</button>
                 </div>
             </div>

--
Gitblit v1.8.0