export const currencyFormatter = (v:number) => "¥"+v.toFixed(2) export const row_currencyFormatter = (_:any, v:number) => "¥"+v.toFixed(2)