UNPKG

abbott-methods

Version:

abbott,methods,method,functions,function

9 lines (8 loc) 211 B
/** * @description 获取(定义)表格的index * @param data */ export const elTableIndex = (data: Record<string | number | symbol, any>) => { const {row, rowIndex} = data row.index = rowIndex }