From 7f660e72f7da7dcdf0f1aef9d747c4eea434bb8a Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Tue, 15 Jul 2025 15:58:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E4=BF=AE=E5=A4=8Dlv1-3-?= =?UTF-8?q?sup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../finishedProduct/constant/list/table.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/reportForm/finishedProduct/constant/list/table.ts b/src/views/reportForm/finishedProduct/constant/list/table.ts index ac36751..8ed436a 100644 --- a/src/views/reportForm/finishedProduct/constant/list/table.ts +++ b/src/views/reportForm/finishedProduct/constant/list/table.ts @@ -62,29 +62,29 @@ export const COLUMNS = [ { align: "left", label: "1级分类", - prop: "beforeQty", - width: "120" + prop: "fProductLines1FName", + width: "160" // fixed: true }, { align: "left", label: "2级分类", - prop: "beforeQty", - width: "120" + prop: "fProductCATs1FName", + width: "160" // fixed: true }, { align: "left", label: "3级分类", - prop: "beforeQty", - width: "120" + prop: "fMaterialGroupFName", + width: "160" // fixed: true }, { align: "left", label: "SPU", - prop: "beforeQty", - width: "160" + prop: "f_Product", + width: "240" // fixed: true } ];