From 5c1faeb8efe6e63cb0913574d63d68feb23f976e Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 20 May 2025 11:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E6=89=98=E5=90=88=E6=89=98=EF=BC=9AFW?= =?UTF-8?q?HL-45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packagetuomergeMain.data.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/wms/inventoryjobManage/packageManage/packagetuomergeMain/packagetuomergeMain.data.ts b/src/views/wms/inventoryjobManage/packageManage/packagetuomergeMain/packagetuomergeMain.data.ts index 810e2861e..a881e62f4 100644 --- a/src/views/wms/inventoryjobManage/packageManage/packagetuomergeMain/packagetuomergeMain.data.ts +++ b/src/views/wms/inventoryjobManage/packageManage/packagetuomergeMain/packagetuomergeMain.data.ts @@ -262,15 +262,15 @@ export const PackagetuomergeMain = useCrudSchemas(reactive([ isSearch: false, isTable:false }, - { - label: '操作', - field: 'action', - isForm: false, - table: { - width: 150, - fixed: 'right' - } - } + // { + // label: '操作', + // field: 'action', + // isForm: false, + // table: { + // width: 150, + // fixed: 'right' + // } + // } ]))