diff --git a/src/views/battery/cellProd/cellProd.data.ts b/src/views/battery/cellProd/cellProd.data.ts index b720a43..b3a4420 100644 --- a/src/views/battery/cellProd/cellProd.data.ts +++ b/src/views/battery/cellProd/cellProd.data.ts @@ -93,11 +93,13 @@ export const CellProd = useCrudSchemas(reactive([ } }, isForm: false, + isTableForm: false, }, { label: '操作', field: 'action', isForm: false, + isTableForm: false, table: { width: 150, fixed: 'right'