style added : ps
This commit is contained in:
parent
ff124fe270
commit
b130bec2f5
@ -116,7 +116,8 @@
|
|||||||
<div fxFlex="70">
|
<div fxFlex="70">
|
||||||
<div *ngIf="LenderRoleID == '26' && (currentPDStatus == pdStatusCheck.TRIGGERED || currentPDStatus == pdStatusCheck.ALLOCATED || currentPDStatus==pdStatusCheck.SCHEDULED || currentPDStatus == pdStatusCheck.INPROGRESS ); else plaintext">
|
<div *ngIf="LenderRoleID == '26' && (currentPDStatus == pdStatusCheck.TRIGGERED || currentPDStatus == pdStatusCheck.ALLOCATED || currentPDStatus==pdStatusCheck.SCHEDULED || currentPDStatus == pdStatusCheck.INPROGRESS ); else plaintext">
|
||||||
<mat-radio-group align="start" (change)="changePDTypeValue($event)">
|
<mat-radio-group align="start" (change)="changePDTypeValue($event)">
|
||||||
<mat-radio-button *ngFor="let item of credit_pd_type_list" [value]="item.fk_pd_type" [checked]="item.fk_pd_type === defaultPDType">
|
<mat-radio-button style="margin-right: 20px !important;"
|
||||||
|
*ngFor="let item of credit_pd_type_list" [value]="item.fk_pd_type" [checked]="item.fk_pd_type === defaultPDType">
|
||||||
{{ item.display_name }}
|
{{ item.display_name }}
|
||||||
</mat-radio-button>
|
</mat-radio-button>
|
||||||
</mat-radio-group>
|
</mat-radio-group>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user