From 4ac19f78fd881e6086b9f334e81ffd7832a7b2a0 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Fri, 22 Aug 2025 15:00:57 +0800 Subject: [PATCH] master --- src/pages/unitTable/renderColsOpts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/unitTable/renderColsOpts.tsx b/src/pages/unitTable/renderColsOpts.tsx index a660bb2..fe3adc2 100644 --- a/src/pages/unitTable/renderColsOpts.tsx +++ b/src/pages/unitTable/renderColsOpts.tsx @@ -46,7 +46,7 @@ export function renderCols(initialState: any[], type: string, i18n?: AnyObject, }; break; case "paymentOrganization": - col = { ...col, width: 200 }; + col = { ...col, width: g.width || 200 }; break; case "socialNum": case "otherNum":