From a581ffb1c4619873f5aa081c9d96f588667a03ee Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Fri, 14 Mar 2025 16:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E6=93=8D=E4=BD=9C=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshRequestMain.data.ts | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts index 3df0d3c92..dc2fd8225 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts @@ -523,16 +523,16 @@ export const RepleinshRequestMain = useCrudSchemas(reactive([ isDetail: true, isForm: false, }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false, - table: { - width: 300, - fixed: 'right' - }, - }, + // { + // label: '操作', + // field: 'action', + // isDetail: false, + // isForm: false, + // table: { + // width: 300, + // fixed: 'right' + // }, + // }, // { // label: '包装规格', // field: 'packUnit', @@ -960,18 +960,18 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ // isTableForm:false, // hiddenInMain:true, // }, - { - label: '操作', - field: 'action', - hiddenInMain:true, - isDetail: false, - isForm: false , - table: { - width: 150, - fixed: 'right' - }, - isTableForm:false, - } + // { + // label: '操作', + // field: 'action', + // hiddenInMain:true, + // isDetail: false, + // isForm: false , + // table: { + // width: 150, + // fixed: 'right' + // }, + // isTableForm:false, + // } ])) //表单校验