\n \n {{ column === 'riSI' || column === 'riNetPremDisp' ? formatMoney(row.item[column]) : (column === 'riskNo' ? row.item['riskGrpNo'].toString().padStart(2, '0') + '/' + row.item[column].toString().padStart(3, '0') : row.item[column] ) }}\n | \n \n
\n