From bd82e47d9107efad406cf002d1d667ba9b401881 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 2 Jan 2025 14:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=93=E4=BA=A7=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/battery/cellProd/cellProd.data.ts | 2 ++ 1 file changed, 2 insertions(+) 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'