{{ merchantInfo.name }}
{{ merchantInfo?.contactPhone }}
{{ `今日收款金额(成功收款${state.statistic?.todayPaymentCount || 0}笔)` }}
¥
{{ fen2yuan(state.statistic.todayPaymentAmount || 0) }}
总销售额 {{ fen2yuan(state.statistic.totalSalesAmount) }} 元 | 成功退款 {{ state.statistic.refundCount }} 笔 |
退款金额 {{ fen2yuan(state.statistic.refundAmount) }} 元
基础数据
{{ item.name }}
{{ index !== 0 ? item.value : fen2yuan(item.value) }}
昨日 {{ index === 0 ? fen2yuan(item.last) : item.last ? item.last : 0 }}