total_item
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user