|
|
@ -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,8 +48,10 @@ |
|
|
|
> |
|
|
|
<template #dayMargin="{row}"> |
|
|
|
<div class="day-margin-row"> |
|
|
|
<span>{{ row.dayMargin }}/</span> |
|
|
|
<span>{{ row.dayMargin }}</span> |
|
|
|
<br/> |
|
|
|
<span>{{ row.margin }}</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</data-view-table> |
|
|
@ -61,11 +63,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" |
|
|
@ -360,7 +362,8 @@ export default { |
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
span { |
|
|
|
white-space: normal; |
|
|
|
// white-space: normal; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|