diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-11 09:16:41 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-11 09:18:16 +0800 |
commit | 27f241a7c7c9741d1834fbb13dd7250cb51de8c9 (patch) | |
tree | 5aeb03298ddd4f09462e497a2b476315505b31d9 /usecaseui-portal/src/app/shared/components | |
parent | bff56675c3a12bafe443fbb52f5d9eea99461db7 (diff) |
feat: Optimize code and add English fields
Change-Id: Id61ab33f0bb612f8ae3a1debbc4c2d4887cf2b2d
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/shared/components')
-rw-r--r-- | usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html | 4 |
1 files changed, 2 insertions, 2 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 f659bd47..9a11ca2e 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 @@ -54,10 +54,10 @@ [nzSpan]="list.length === 1 ? '24' : '8'" *ngFor="let ite of list" > - <span class="ant-typography" *ngIf="ite.title !== '区域'"> + <span class="ant-typography" *ngIf="ite.title !== 'Area'"> {{ ite.title }} : {{ item[ite.key] }} </span> - <span class="ant-typography" *ngIf="ite.title === '区域'"> + <span class="ant-typography" *ngIf="ite.title === 'Area'"> {{ ite.title }} : <nz-tag *ngFor="let value of item[ite.key]"> {{value}} |