This commit is contained in:
lys 2025-08-22 15:00:57 +08:00
parent 49634c9285
commit 4ac19f78fd
1 changed files with 1 additions and 1 deletions

View File

@ -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":