修复描述错误
This commit is contained in:
@@ -17,7 +17,7 @@ export default {
|
|||||||
{label: "库存金额", prop: "currentStockAmt", width: 80},
|
{label: "库存金额", prop: "currentStockAmt", width: 80},
|
||||||
{label: "同/环比销售额", prop: "compareSaleAmt", width: 70},
|
{label: "同/环比销售额", prop: "compareSaleAmt", width: 70},
|
||||||
{label: "同/环比库存金额", prop: "compareStockAmt", width: 70},
|
{label: "同/环比库存金额", prop: "compareStockAmt", width: 70},
|
||||||
{label: "前四周日军销售额", prop: "avg4WeekSaleAmt", width: 70},
|
{label: "前四周日均销售额", prop: "avg4WeekSaleAmt", width: 70},
|
||||||
],
|
],
|
||||||
重点单品情况: [
|
重点单品情况: [
|
||||||
{label: "重点单品", prop: "goodsName"},
|
{label: "重点单品", prop: "goodsName"},
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export default {
|
|||||||
{label: "库存金额", prop: "currentStockAmt", width: 80},
|
{label: "库存金额", prop: "currentStockAmt", width: 80},
|
||||||
{label: "同/环比销售额", prop: "compareSaleAmt", width: 70},
|
{label: "同/环比销售额", prop: "compareSaleAmt", width: 70},
|
||||||
{label: "同/环比库存金额", prop: "compareStockAmt", width: 70},
|
{label: "同/环比库存金额", prop: "compareStockAmt", width: 70},
|
||||||
{label: "前四周日军销售额", prop: "avg4WeekSaleAmt", width: 70},
|
{label: "前四周日均销售额", prop: "avg4WeekSaleAmt", width: 70},
|
||||||
],
|
],
|
||||||
重点单品情况: [
|
重点单品情况: [
|
||||||
{label: "重点单品", prop: "name"},
|
{label: "重点单品", prop: "name"},
|
||||||
|
|||||||
Reference in New Issue
Block a user