From 92e46173919d9640a6a0defe117a468116186879 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 30 Sep 2024 16:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E4=B8=BB=E4=B8=8E=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=A4=87=E6=B3=A8=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionscrapRecordMain.data.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts b/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts index 57a2e6531..b8cb9edf4 100644 --- a/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts +++ b/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts @@ -372,13 +372,12 @@ export const ProductionscrapRecordMain = useCrudSchemas( isTable: false }, { - label: '备注', - field: 'remark', + label: '主备注', + field: 'mainRemark', sort: 'custom', table: { width: 150 }, - isTable: false }, // { // label: '创建者', @@ -845,13 +844,12 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]> hiddenInMain: true, }, { - label: '备注', + label: '明细备注', field: 'remark', sort: 'custom', table: { width: 150 }, - hiddenInMain: true, }, { label: '创建者',