From f8a4409789bf3254805c06e4557c1f6e216bb296 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 23 Nov 2023 17:34:36 -0500 Subject: [PATCH] total_item --- .../components/myjob-offers/myjob-offers.component.html | 8 ++++++++ src/app/components/myjob-offers/myjob-offers.component.ts | 3 +++ 2 files changed, 11 insertions(+) diff --git a/src/app/components/myjob-offers/myjob-offers.component.html b/src/app/components/myjob-offers/myjob-offers.component.html index dcaaa73..1e2ec30 100644 --- a/src/app/components/myjob-offers/myjob-offers.component.html +++ b/src/app/components/myjob-offers/myjob-offers.component.html @@ -18,3 +18,11 @@ +
+ + + This task is currently not assigned to the public or any user. + + +
+ diff --git a/src/app/components/myjob-offers/myjob-offers.component.ts b/src/app/components/myjob-offers/myjob-offers.component.ts index f09b0e5..a24b144 100644 --- a/src/app/components/myjob-offers/myjob-offers.component.ts +++ b/src/app/components/myjob-offers/myjob-offers.component.ts @@ -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;