f
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="text-xs text-gray-500">
|
||||
<div v-if="item.tax_rate != null && item.tax_rate !== undefined">
|
||||
扣税:{{ (item.tax_rate * 100).toFixed(1) }}%
|
||||
</div>
|
||||
<div v-if="item.withdraw_type === 1 && item.payee_account">
|
||||
收款账户:{{ maskName(item.payee_account) }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user