{{ item.text }}
{{ item.text }}
全部 {{ '(' + orderChartType.all ? orderChartType.all : 0 + ')' }}
未付款 {{ '(' + orderChartType.unPaid ? orderChartType.unPaid : 0 + ')' }}
未发货 {{ '(' + orderChartType.notShipped ? orderChartType.notShipped : 0 + ')' }}
待收货 {{ '(' + orderChartType.spike ? orderChartType.spike : 0 + ')' }}
待核销 {{ '(' + orderChartType.verification ? orderChartType.verification : 0 + ')' }}
交易完成 {{ '(' + orderChartType.complete ? orderChartType.complete : 0 + ')' }}
已退款 {{ '(' + orderChartType.refunded ? orderChartType.refunded : 0 + ')' }}
已删除 {{ '(' + orderChartType.deleted ? orderChartType.deleted : 0 + ')' }}
{{ item.text }}
总笔数:{{ totalCount }}笔 | 总金额:{{ totalPrice }}元