Commit df096fa1 authored by gengshaojing's avatar gengshaojing

fix: 新订单管理页面去掉商品合计

parent eea052c7
......@@ -355,7 +355,7 @@
detailedAddressArr: [],
activeName: "all", // Tabs标签页
goodsNum: "", // 商品总计
// goodsNum: "", // 商品总计
// 导出
exportShow: false,
......@@ -677,7 +677,7 @@
}
res = await newGetOrderList(params);
}
this.goodsNum = res.goods_num; // 商品共计
// this.goodsNum = res.goods_num; // 商品共计
this.totalNum = res.count; // 商品总数
this.orderTableData = res.result;
} catch (error) {
......
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