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, + // } ])) //表单校验