From 59ce81c19b75e3e6cdc6a3a65d49ec11e27b0a06 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 21 十一月 2019 11:03:45 +0800
Subject: [PATCH] 开发组件热更新问题处理
---
WebService/src/main/resources/components/propertyPackage/view-main-fee/viewMainFee.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebService/src/main/resources/components/propertyPackage/view-main-fee/viewMainFee.html b/WebService/src/main/resources/components/propertyPackage/view-main-fee/viewMainFee.html
index 296c7ca..66da55d 100644
--- a/WebService/src/main/resources/components/propertyPackage/view-main-fee/viewMainFee.html
+++ b/WebService/src/main/resources/components/propertyPackage/view-main-fee/viewMainFee.html
@@ -9,11 +9,11 @@
<i class="glyphicon glyphicon-search"></i> 閫夋嫨鎴垮眿</button>-->
<button type="button" class="btn btn-primary btn-sm"
v-if="mainFeeInfo.feeId != null && mainFeeInfo.feeId != ''"
- style="margin-left:10px" v-on:click="openPayModel()">
+ v-on:click="openPayModel()">
<i class="glyphicon glyphicon-plus" ></i> 缂磋垂</button>
<button type="button" class="btn btn-primary btn-sm"
- v-on:click="_openCallBackOwner()">
+ style="margin-left:10px" v-on:click="_openCallBackOwner()">
杩斿洖</button>
</div>
</div>
--
Gitblit v1.8.0