diff options
author | 2020-09-02 10:03:32 +0000 | |
---|---|---|
committer | 2020-09-02 10:03:32 +0000 | |
commit | e94d27cf4dfaad65da944e19dc6e542c635dd9b9 (patch) | |
tree | 86622cf38a375ed5cbd3245e1016607b9187d4eb /usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html | |
parent | f2ab4faa09a577a1d5008b692c67ded0f480db9e (diff) | |
parent | 5debb7f786362a3312fd6e57df062acc1ad5560a (diff) |
Merge "feat: Business Requirement Info: Render the page according to whether there is a value of 5G tast"
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html')
-rw-r--r-- | usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html b/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html index 08edd8d6..8931277b 100644 --- a/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html +++ b/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html @@ -38,7 +38,7 @@ <nz-list class="taskmodel_list" - [nzDataSource]="businessRequirement" + [nzDataSource]="requirement" nzBordered [nzHeader]="businessItemTitle" [nzFooter]="null" @@ -53,7 +53,7 @@ nzType="flex" nzJustify="start" [nzGutter]="8" - *ngFor="let list of businessList" + *ngFor="let list of businessListAfterSorting" > <div nz-col @@ -68,7 +68,7 @@ <nz-tag *ngFor="let value of item[ite.key]"> {{value}} </nz-tag> - </span> + </span> </div> </nz-list-item> </ng-template> |