fix(订单列表): 移除默认的快递公司字段

This commit is contained in:
zhuotianyuan 2026-01-28 16:40:57 +08:00 committed by longbot
parent 3c7a5d815e
commit 7db92c6771
1 changed files with 0 additions and 1 deletions

View File

@ -1258,7 +1258,6 @@ const Shipping: React.FC<{
if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo);
return {
shipmentPlatform: 'freightwaves',
courierCompany: 'UNIUNI',
...data,
// payment_method_id: shipmentInfo?.payment_method_id,
stockPointId: shipmentInfo?.stockPointId,