mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add viewer at agenda in events to approve
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<ion-header class="ion-no-border">
|
||||
<div class="header-content">
|
||||
<div class="header-title d-flex align-center justify-between width-100">
|
||||
<div class="flex-grow-1">Eventos para Aprovação11</div>
|
||||
<div class="flex-grow-1">Eventos para Aprovação</div>
|
||||
<div (click)="refreshing()">
|
||||
<button class="btn-no-color" >
|
||||
<ion-icon slot="end" class="title-icon" name="reload-circle"></ion-icon>
|
||||
|
||||
@@ -95,7 +95,7 @@ export class EventListPage implements OnInit {
|
||||
async openApproveModal(eventSerialNumber, data) {
|
||||
|
||||
let a =this.eventsMDGPRList.filter((elem)=>{
|
||||
console.log(eventSerialNumber," ",elem.serialNumber)
|
||||
//console.log(eventSerialNumber," ",elem.serialNumber)
|
||||
return eventSerialNumber == elem.serialNumber
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user