Commit c00c8003 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改默认展示数量

parent 10b35d2a
......@@ -94,7 +94,7 @@ const ExchangePrDeliverVerify: React.FC = () => {
noDeliveryCount: current?.unDeliveryCount || 0,
receiveCount: current?.receiveCount || 0,
subCount: current?.differenceCount || 0,
count: item.deliveryCount,
count: current?.unDeliveryCount || 0,
};
})
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment