From 72510dbdc1b1f85a15d26cc83060d0b88c89a622 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 22 Oct 2024 16:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8F=98=E6=9B=B4-9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppCarouselList.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/AppCarouselList.vue b/src/views/AppCarouselList.vue index 1392090..ebb3793 100644 --- a/src/views/AppCarouselList.vue +++ b/src/views/AppCarouselList.vue @@ -20,11 +20,12 @@ export default { ], 重点单品情况: [ {label: "重点单品", prop: "goodsName"}, - {label: "当日目标", prop: "targetNum", width: 70}, - {label: "销售数量", prop: "saleNum", width: 70}, - {label: "库存数量", prop: "stockNum", width: 70}, + {label: "昨日销售数量", prop: "yesterdaySaleNum", width: 70}, + {label: "上周同天销售数量", prop: "lastWeekSaleNum", width: 70}, + {label: "今日销售数量", prop: "saleNum", width: 70}, + {label: "现在库存数量", prop: "stockNum", width: 70}, {label: "剩余时间预计销售数量", prop: "preSaleNum"}, - {label: "提醒", custom: 1, width: 70, align: 'center', prop: "remind"}, + // {label: "提醒", custom: 1, width: 70, align: 'center', prop: "remind"}, ], 周边库存情况: [ {label: "门店名称", prop: "storeName"},