imgc changes

This commit is contained in:
Your Name 2021-08-26 19:12:47 +05:30
parent d30d37294b
commit f373ccc9e0
2 changed files with 3 additions and 3 deletions

View File

@ -680,10 +680,10 @@
<span *ngIf="row.application_id" mat-line>{{row.application_id}}</span> </td> <span *ngIf="row.application_id" mat-line>{{row.application_id}}</span> </td>
</ng-container> </ng-container>
<br> <br>
<ng-container matColumnDef="lender"> <ng-container matColumnDef="institute_name">
<th style="padding-left: 33px;" mat-header-cell *matHeaderCellDef mat-sort-header >Lender Name</th> <th style="padding-left: 33px;" mat-header-cell *matHeaderCellDef mat-sort-header >Lender Name</th>
<td style="padding-left: 33px;" mat-cell *matCellDef="let row"> <td style="padding-left: 33px;" mat-cell *matCellDef="let row">
<span *ngIf="row.lender" mat-line>{{row.lender}}</span> </td> <span *ngIf="row.institute_name" mat-line>{{row.institute_name}}</span> </td>
</ng-container> </ng-container>
<ng-container matColumnDef="applicant"> <ng-container matColumnDef="applicant">
<th mat-header-cell *matHeaderCellDef mat-sort-header>Applicant Name</th> <th mat-header-cell *matHeaderCellDef mat-sort-header>Applicant Name</th>

View File

@ -142,7 +142,7 @@ export class PdMisComponent implements OnInit {
{ {
this.displayedColumns = ['serialno', this.displayedColumns = ['serialno',
'application_id', 'application_id',
'lender', 'institute_name',
'applicant', 'applicant',
'address_visited', 'address_visited',
'lender_contact', 'lender_contact',