Commit c6b72836 by crushh

udpate: dist

parent a9483d4c
......@@ -119,7 +119,7 @@ let tableHead = [
minWidth: '160',
sortable: 'custom',
formatter: function(row) {
return `<span>${!isNaN(row.customerIntentionsNumber) ? row.sentMessagesNumber.toLocaleString() : '- -'}</span>`;
return `<span>${!isNaN(row.customerIntentionsNumber) ? row.customerIntentionsNumber.toLocaleString() : '- -'}</span>`;
}
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment