1
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user