From 2e31a9d0b13feaf3a4472667138f5050a7b4898d Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 29 Oct 2024 14:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7HL-6326?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrapRequestMain.data.ts | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts index 90b04c253..cdca664aa 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts @@ -570,15 +570,14 @@ export const ProductscrapRequestMain = useCrudSchemas( // } // }, // }, - // { - // label: '备注', - // field: 'remark', - // sort: 'custom', - // table: { - // width: 150 - // }, - // isTable: false, - // }, + { + label: '主备注', + field: 'mainRemark', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '部门', field: 'departmentCode',