修复描述错误

This commit is contained in:
2024-08-01 23:48:46 +08:00
parent e9104fa8ae
commit 03079e442a
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export default {
{label: "库存金额", prop: "currentStockAmt", width: 80},
{label: "同/环比销售额", prop: "compareSaleAmt", width: 70},
{label: "同/环比库存金额", prop: "compareStockAmt", width: 70},
{label: "前四周日销售额", prop: "avg4WeekSaleAmt", width: 70},
{label: "前四周日销售额", prop: "avg4WeekSaleAmt", width: 70},
],
重点单品情况: [
{label: "重点单品", prop: "goodsName"},

View File

@@ -18,7 +18,7 @@ export default {
{label: "库存金额", prop: "currentStockAmt", width: 80},
{label: "同/环比销售额", prop: "compareSaleAmt", width: 70},
{label: "同/环比库存金额", prop: "compareStockAmt", width: 70},
{label: "前四周日销售额", prop: "avg4WeekSaleAmt", width: 70},
{label: "前四周日销售额", prop: "avg4WeekSaleAmt", width: 70},
],
重点单品情况: [
{label: "重点单品", prop: "name"},