优化小票优惠信息显示

This commit is contained in:
gyq
2026-01-14 09:47:50 +08:00
parent 217cabcb96
commit b1e8550cbe
3 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ export function commOrderPrintData(orderInfo) {
number: '',
skuName: '',
salePrice: '',
totalAmount: orderInfo.packFee,
totalAmount: formatDecimal(orderInfo.packFee),
proGroupInfo: "",
})
}