优化代码

This commit is contained in:
Your Name 2023-09-08 11:47:21 +08:00
parent 8d5514aab0
commit 128aa55afd

View File

@ -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">