待办事处
{{ dashboardInfo.return.review_num }}
待审核退货
{{ dashboardInfo.product.off_num }}
违规商品
{{ dashboardInfo.product.product_warning_num || 0 }}
待补货
销量统计
今日销售额
{{ orderSalesAmoutInfo.today }}
昨日
{{
orderSalesAmoutInfo.daym2m && orderSalesAmoutInfo.daym2m > 0
? "+"
: "-"
}}
{{
orderSalesAmoutInfo.daym2m == null
? "-"
: Number(orderSalesAmoutInfo.daym2m * 100).toFixed(0) + "%"
}}
订单量
{{ orderNumInfo.today }}
昨日{{ orderNumInfo.daym2m && orderNumInfo.daym2m > 0 ? "+" : "-" }}
{{
orderNumInfo.daym2m == null
? "-"
: Number(orderNumInfo.daym2m * 100).toFixed(0) + "%"
}}
退货单数
{{ orderReturnNumInfo.today }}
昨日{{
orderReturnNumInfo.daym2m && orderReturnNumInfo.daym2m > 0
? "+"
: "-"
}}
{{
orderReturnNumInfo.daym2m == null
? "-"
: Number(orderReturnNumInfo.daym2m * 100).toFixed(0) + "%"
}}