This commit is contained in:
aihe 2024-05-19 10:14:15 +08:00
parent fdae6eeedf
commit c4f93bca30

View File

@ -118,8 +118,8 @@
let { orderStat } = this.staticInfo
let list = [
{ title: '未接单', value: orderStat.waitTakeNum, key: "" },
{ title: '已接收', value: orderStat.dispNum, key: "" },
{ title: '派送中', value: orderStat.waitTakeNum, key: "" },
{ title: '已接收', value: orderStat.takeNum, key: "" },
{ title: '派送中', value: orderStat.dispNum, key: "" },
{ title: '已签收', value: orderStat.signedNum, key: "" }
]
return list