【修改】列表缴费凭证修改为申请开票
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user