From 39ceed7f60905297629a45978cc29b6fe8bd05d8 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 20 七月 2019 17:52:33 +0800
Subject: [PATCH] 优化服务绑定功能

---
 WebService/src/main/resources/components/service-binding/serviceBinding.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/components/service-binding/serviceBinding.html b/WebService/src/main/resources/components/service-binding/serviceBinding.html
index 07ed941..cd192fd 100644
--- a/WebService/src/main/resources/components/service-binding/serviceBinding.html
+++ b/WebService/src/main/resources/components/service-binding/serviceBinding.html
@@ -26,7 +26,8 @@
         <div class="col-md-10"></div>
         <div class="col-md-2 " style="margin-bottom:10px; text-align:right">
             <button type="button" class="btn btn-secondary" v-on:click="_prevStep()">涓婁竴姝�</button>
-            <button type="button" class="btn btn-primary" style="margin-left:10px;" v-on:click="_nextStep()">涓嬩竴姝�</button>
+            <button v-if="serviceBindingInfo.index != 2" type="button" class="btn btn-primary" style="margin-left:10px;" v-on:click="_nextStep()">涓嬩竴姝�</button>
+            <button v-if="serviceBindingInfo.index == 2" type="button" class="btn btn-primary" style="margin-left:10px;" v-on:click="_finishStep()">瀹屾垚</button>
         </div>
     </div>
 

--
Gitblit v1.8.0