From 85ee4409e42c728009fd4ae081e2bb4440cd47e0 Mon Sep 17 00:00:00 2001 From: chenfang <1057876684@qq.com> Date: Fri, 18 Oct 2024 14:04:01 +0800 Subject: [PATCH] =?UTF-8?q?HL-6276=20=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E5=88=9B=E5=BB=BA=E8=80=85=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E9=9A=90=E8=97=8F=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliverRequestMain.data.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts index 5908ed991..4361062d4 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts @@ -612,16 +612,16 @@ export const DeliverRequestMain = useCrudSchemas( }, }, }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTable: true, - isForm: false - }, + // { + // label: '创建者', + // field: 'creator', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable: true, + // isForm: false + // }, { label: '最后更新时间', field: 'updateTime',