5 lines
159 B
TypeScript
Raw Normal View History

2025-11-28 18:02:07 +08:00
// export function getArrayMaxXh(tableList: Array<any>) {
// return tableList.length > 0 ? Math.max(...tableList.map((item:any) => item.xh || 0)) : 0;
// }