Suppression "Voir old"
This commit is contained in:
@@ -41,7 +41,7 @@ const waitingPromise = () => {
|
|||||||
|
|
||||||
const mapListOfTickets = (tickets) => {
|
const mapListOfTickets = (tickets) => {
|
||||||
return tickets.map(ticket =>
|
return tickets.map(ticket =>
|
||||||
[ticket.code, ticket.datetime, ticket.filter1, ticket.filter2, ticket, ticket, ticket.advisor, ticket.datetime, ticket.state2, ticket.first_name + ' ' + ticket.last_name, ticket.is_customer]);
|
[ticket.code, ticket.datetime, ticket.filter1, ticket.filter2, ticket, ticket.advisor, ticket.datetime, ticket.state2, ticket.first_name + ' ' + ticket.last_name, ticket.is_customer]);
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|||||||
@@ -46,13 +46,6 @@ const grid = new Grid({
|
|||||||
},
|
},
|
||||||
width: '100px'
|
width: '100px'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'Voir (old)',
|
|
||||||
formatter: (cell, row) => {
|
|
||||||
return html('<a href="#" style="text-decoration: none" onclick="$(\'#11\').css({\'left\':\'0\',\'display\':\'block\',\'z-index\':\'1\'});window.location=\'#\';Affaire(\'11\',\'0\',\'' + row.cells[4].data.id_last_event + '\',\'' + row.cells[4].data.id + '\',\'4\',\'see\')"<i class="fa-solid fa-eye"></i></a>')
|
|
||||||
},
|
|
||||||
width: '100px'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Attribuer à',
|
name: 'Attribuer à',
|
||||||
formatter: (cell, row) => {
|
formatter: (cell, row) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user