From 31edd4d07c1de0543fa4c42b1651062d5871146d Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Sat, 28 Dec 2024 17:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=9F=E4=BA=A7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../item/adjustRecord/adjustRecord.data.ts | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/src/views/eam/item/adjustRecord/adjustRecord.data.ts b/src/views/eam/item/adjustRecord/adjustRecord.data.ts index e2f5bb3..a3d8051 100644 --- a/src/views/eam/item/adjustRecord/adjustRecord.data.ts +++ b/src/views/eam/item/adjustRecord/adjustRecord.data.ts @@ -26,15 +26,16 @@ export const AdjustRecordMain = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, }, - { - label: '操作', - field: 'action', - isForm: false, - table: { - width: 150, - fixed: 'right' - } - } + // { + // label: '操作', + // field: 'action', + // isForm: false, + // isTable: false, + // table: { + // width: 150, + // fixed: 'right' + // } + // } ])) //表单校验 @@ -164,17 +165,18 @@ export const AdjustRecordDetail = useCrudSchemas(reactive([ precision: 2 } }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false, - table: { - width: 150, - fixed: 'right' - }, - isTableForm: false, - } + // { + // label: '操作', + // field: 'action', + // isDetail: false, + // isForm: false, + // isTable: false, + // table: { + // width: 150, + // fixed: 'right' + // }, + // isTableForm: false, + // } ])) //表单校验