DmitrMakeev
commited on
Commit
•
3aeed01
1
Parent(s):
9153822
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
@@ -228,7 +228,7 @@
|
|
228 |
var phone = cell.getValue();
|
229 |
return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
|
230 |
}, width:120},
|
231 |
-
|
232 |
{title:"Email", field:"email", width:120},
|
233 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|
234 |
{title:"Статус покупки", field:"shop_st", formatter: function(cell, formatterParams, onRendered) {
|
|
|
228 |
var phone = cell.getValue();
|
229 |
return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
|
230 |
}, width:120},
|
231 |
+
{title:"Город", field:"b_city", width:120},
|
232 |
{title:"Email", field:"email", width:120},
|
233 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|
234 |
{title:"Статус покупки", field:"shop_st", formatter: function(cell, formatterParams, onRendered) {
|