|
|
@ -23,8 +23,8 @@ |
|
|
|
:columns="[ |
|
|
|
{label: '商户名称', key: 'username'}, |
|
|
|
{label: '余额', key: 'balance'}, |
|
|
|
{label: '剩余押金额度', key: 'residueBalance'}, |
|
|
|
{label: '成功总金额', key: 'collectionSuccessPrice'}, |
|
|
|
{label: '剩余额度', key: 'residueBalance'}, |
|
|
|
{label: '成功金额', key: 'collectionSuccessPrice'}, |
|
|
|
{label: '成功率', key: 'percentage'}, |
|
|
|
]" |
|
|
|
:data="data1" |
|
|
@ -48,7 +48,7 @@ |
|
|
|
> |
|
|
|
<template #dayMargin="{row}"> |
|
|
|
<div class="day-margin-row"> |
|
|
|
<span>{{ row.dayMargin }}/</span> |
|
|
|
<span>{{ row.dayMargin }}</span> |
|
|
|
<span>{{ row.margin }}</span> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@ -61,11 +61,11 @@ |
|
|
|
:columnSizes="[14.2,14.2,14.2,14.2,14.2,14.2,14.2,]" |
|
|
|
:columns="[ |
|
|
|
{label: '银行名称', key: 'bankName'}, |
|
|
|
{label: '收款人名称', key: 'cardHolder'}, |
|
|
|
{label: '姓名', key: 'cardHolder'}, |
|
|
|
{label: '卡商名称', key: 'username'}, |
|
|
|
{label: '已收款', key: 'todayIncomeReceived'}, |
|
|
|
{label: '剩余收款额度', key: 'todayRemainingAmount'}, |
|
|
|
{label: '剩余卡余额', key: 'remainingAmount'}, |
|
|
|
{label: '剩余额度', key: 'todayRemainingAmount'}, |
|
|
|
{label: '余额', key: 'remainingAmount'}, |
|
|
|
{label: '通道', key: 'channels'}, |
|
|
|
]" |
|
|
|
:data="data2" |
|
|
@ -357,6 +357,7 @@ export default { |
|
|
|
.day-margin-row { |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
span { |
|
|
|