mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
8d5514aab0
commit
128aa55afd
@ -10,9 +10,9 @@
|
|||||||
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
|
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-center">
|
<!-- <th class="text-center">
|
||||||
<vc:i18n name="费用项名称" namespace="feeConfigDetailDiscount"></vc:i18n>
|
<vc:i18n name="费用项名称" namespace="feeConfigDetailDiscount"></vc:i18n>
|
||||||
</th>
|
</th> -->
|
||||||
<th class="text-center">
|
<th class="text-center">
|
||||||
<vc:i18n name="折扣名称" namespace="feeConfigDetailDiscount"></vc:i18n>
|
<vc:i18n name="折扣名称" namespace="feeConfigDetailDiscount"></vc:i18n>
|
||||||
</th>
|
</th>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="payFeeConfigDiscount in feeConfigDetailDiscountInfo.discounts">
|
<tr v-for="payFeeConfigDiscount in feeConfigDetailDiscountInfo.discounts">
|
||||||
<td class="text-center">{{feeConfigDetailDiscountInfo.feeName}}</td>
|
<!-- <td class="text-center">{{feeConfigDetailDiscountInfo.feeName}}</td> -->
|
||||||
<td class="text-center">{{payFeeConfigDiscount.discountName}}</td>
|
<td class="text-center">{{payFeeConfigDiscount.discountName}}</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<div v-for="(item,index) in payFeeConfigDiscount.feeDiscountSpecs">
|
<div v-for="(item,index) in payFeeConfigDiscount.feeDiscountSpecs">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user