export function filterTotal(val) { console.log(val.split('')) return val.split('') }