// export function getArrayMaxXh(tableList: Array) { // return tableList.length > 0 ? Math.max(...tableList.map((item:any) => item.xh || 0)) : 0; // }