From c99a033e19f1e24b2a3745ae3bc126d86c7d56d1 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 30 十月 2019 22:28:26 +0800
Subject: [PATCH] 优化页面显示问题
---
ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html b/ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html
index 27e5271..1068cae 100644
--- a/ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html
+++ b/ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html
@@ -13,7 +13,7 @@
<div class="ibox-content">
<div class="row">
<div class="col-sm-4">
- <select class="custom-select" v-model="basePrivilegeManageInfo.conditions.feeTypeCd">
+ <select class="custom-select" v-model="payFeeManageInfo.conditions.feeTypeCd">
<option selected value="">璇烽�夋嫨璐圭敤绫诲瀷</option>
<option value="800900000001">杩愯惀鍥㈤槦</option>
<option value="800900000002">浠g悊鍟�</option>
@@ -39,7 +39,7 @@
</div>
<div class="row">
<div class="col-sm-4">
- <input size="16" type="text" placeholder="璇峰~鍐欏憳宸ョ紪鐮�" v-model="basePrivilegeManageInfo.conditions.userCode" readonly class="form-control form-control-sm">
+ <input size="16" type="text" placeholder="璇峰~鍐欏憳宸ョ紪鐮�" v-model="payFeeManageInfo.conditions.userCode" readonly class="form-control form-control-sm">
</div>
</div>
</div>
--
Gitblit v1.8.0