订单列表对接
This commit is contained in:
parent
55cbaac8f5
commit
864f2342b6
@ -61,7 +61,6 @@ export default memo(({status = 0, orderId = 0, onClick, realPayPrice = 0, pendin
|
|||||||
return( pendingPayPrice != 0 && status <= 4) //在代发货之前没有付完款
|
return( pendingPayPrice != 0 && status <= 4) //在代发货之前没有付完款
|
||||||
}
|
}
|
||||||
return item.value.includes(status)
|
return item.value.includes(status)
|
||||||
|
|
||||||
},[])
|
},[])
|
||||||
|
|
||||||
//点击按钮操作
|
//点击按钮操作
|
||||||
|
Loading…
x
Reference in New Issue
Block a user