【修改】列表缴费凭证修改为申请开票

This commit is contained in:
fengachen
2021-12-28 17:35:14 +08:00
parent 63d4066d9d
commit d1486a69ab
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@
<!-- 缴费凭证-->
<span slot="action" class="action-span-cell" slot-scope="text,record">
<a @click="paymentVoucher(record)" :disabled="Number(record.amountReceivable) === 0">缴费凭证</a>
<a @click="paymentVoucher(record)" :disabled="Number(record.amountReceivable) === 0">申请开票</a>
</span>
</a-table>
</div>
+1 -1
View File
@@ -63,7 +63,7 @@
<!-- 缴费凭证-->
<span slot="action" class="action-span-cell" slot-scope="text,record">
<a @click="paymentVoucher(record)" :disabled="Number(record.receivableAmount) === 0">缴费凭证</a>
<a @click="paymentVoucher(record)" :disabled="Number(record.receivableAmount) === 0">申请开票</a>
</span>
</a-table>
</div>
+1 -1
View File
@@ -63,7 +63,7 @@
<!-- 缴费凭证-->
<span slot="action" class="action-span-cell" slot-scope="text,record">
<a @click="paymentVoucher(record)" :disabled="Number(record.receivableAmount) === 0">缴费凭证</a>
<a @click="paymentVoucher(record)" :disabled="Number(record.receivableAmount) === 0">申请开票</a>
</span>
</a-table>
</div>