uu
This commit is contained in:
parent
fdae6eeedf
commit
c4f93bca30
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user