total_item

This commit is contained in:
CHIEFSOFT\ameye
2023-11-23 17:34:36 -05:00
parent d2057f89b0
commit f8a4409789
2 changed files with 11 additions and 0 deletions
@@ -18,3 +18,11 @@
</div>
</div>
</div>
<div *ngIf="total_item==0">
<ion-card style="background-color: #e3d1d4; margin: 0px;">
<ion-card-content>
This task is currently not assigned to the public or any user.
</ion-card-content>
</ion-card>
</div>
@@ -12,6 +12,7 @@ import {WrenchService} from "../../services/wrench.service";
export class MyjobOffersComponent implements OnInit {
@Input('jobData') jobData:any;
total_item:number = 0;
tabs = 'about';
session_image_server:string='';
@@ -53,6 +54,8 @@ export class MyjobOffersComponent implements OnInit {
else{
this.jobManagerOffersData = this.jobManagerOffersTotalData.result_list;
}
this.total_item = this.jobManagerOffersData.length;
this.session_image_server = this.jobManagerOffersTotalData.session_image_server;
// debugger;