mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve button
This commit is contained in:
@@ -104,8 +104,8 @@ export class GabineteDigitalPage implements OnInit {
|
||||
|
||||
}
|
||||
else if (window.innerWidth >= 800 && this.loggeduser.Profile == 'MDGPR') {
|
||||
this.openEventsToApprovePage('MDGPR');
|
||||
this.selectedElement='approval'
|
||||
// this.showEventsToApprove = true;
|
||||
this.selectedElement='Correspondence'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -265,12 +265,12 @@ export class GabineteDigitalPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
openExpedientListPage(){
|
||||
openExpedientListPage() {
|
||||
this.closeAllDesktopComponents();
|
||||
if( window.innerWidth <= 1024){
|
||||
if( window.innerWidth <= 800) {
|
||||
this.openExpedientList();
|
||||
}
|
||||
else{
|
||||
else {
|
||||
this.selectedElement='Correspondence'
|
||||
this.showExpedients = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user