This commit is contained in:
2025-10-10 15:37:57 +08:00
parent a0d94b2c70
commit 4c2546733e
3 changed files with 3 additions and 5 deletions

View File

@@ -219,7 +219,6 @@ async function exportToExcel() {
exportLoading.value = false
}
// 获取卖家/配送方信息 - 数据处理辅助函数
function getSellerShipperText(product: any) {
let text = product.seller || '无货'
if (product.shipper && product.shipper !== product.seller) {