Spaces:
Sleeping
Sleeping
Update data_gc_tab.html
Browse files- data_gc_tab.html +5 -5
data_gc_tab.html
CHANGED
|
@@ -225,7 +225,11 @@
|
|
| 225 |
columns: [
|
| 226 |
{title:"Номер в списке", field:"id"},
|
| 227 |
{title:"Имя", field:"name", width:120},
|
| 228 |
-
{title:"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
{title:"Email", field:"email", width:120},
|
| 230 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|
| 231 |
{title:"Статус покупки", field:"shop_st", formatter: function(cell, formatterParams, onRendered) {
|
|
@@ -261,10 +265,6 @@
|
|
| 261 |
}
|
| 262 |
return `<a href="https://t.me/${chatId}" target="_blank">${chatId}</a>`;
|
| 263 |
}},
|
| 264 |
-
{title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
| 265 |
-
var phone = cell.getValue();
|
| 266 |
-
return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
|
| 267 |
-
}},
|
| 268 |
{title:"Статус WhatsApp", field:"ws_st"},
|
| 269 |
{title:"Стутус подписки", field:"ws_stop"},
|
| 270 |
{title:"Вебинары", field:"web_st", formatter:"star", formatterParams:{stars:7}, hozAlign:"center", width:120},
|
|
|
|
| 225 |
columns: [
|
| 226 |
{title:"Номер в списке", field:"id"},
|
| 227 |
{title:"Имя", field:"name", width:120},
|
| 228 |
+
{title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
| 229 |
+
var phone = cell.getValue();
|
| 230 |
+
return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
|
| 231 |
+
}},
|
| 232 |
+
|
| 233 |
{title:"Email", field:"email", width:120},
|
| 234 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|
| 235 |
{title:"Статус покупки", field:"shop_st", formatter: function(cell, formatterParams, onRendered) {
|
|
|
|
| 265 |
}
|
| 266 |
return `<a href="https://t.me/${chatId}" target="_blank">${chatId}</a>`;
|
| 267 |
}},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
{title:"Статус WhatsApp", field:"ws_st"},
|
| 269 |
{title:"Стутус подписки", field:"ws_stop"},
|
| 270 |
{title:"Вебинары", field:"web_st", formatter:"star", formatterParams:{stars:7}, hozAlign:"center", width:120},
|