修改部分字段和描述

This commit is contained in:
aixianling
2024-07-16 12:16:43 +08:00
parent 69390ca33e
commit d13b87364f

View File

@@ -6,8 +6,8 @@ export default {
return { return {
tableData: [], tableData: [],
columns: [ columns: [
{label: "重点单品", prop: "goodsCategoryName"}, {label: "重点单品", prop: "goodsName"},
{label: "销售", prop: "saleNum", width: 70}, {label: "销售数量", prop: "saleNum", width: 70},
{label: "库存数量", prop: "stockNum", width: 70}, {label: "库存数量", prop: "stockNum", width: 70},
{label: "销售目标", prop: "targetSaleNum", width: 70}, {label: "销售目标", prop: "targetSaleNum", width: 70},
{label: "销售达成", prop: "saleAchieveRate"}, {label: "销售达成", prop: "saleAchieveRate"},