summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-12-11 09:16:41 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-12-11 09:18:16 +0800
commit27f241a7c7c9741d1834fbb13dd7250cb51de8c9 (patch)
tree5aeb03298ddd4f09462e497a2b476315505b31d9 /usecaseui-portal/src/app/shared
parentbff56675c3a12bafe443fbb52f5d9eea99461db7 (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')
-rw-r--r--usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html4
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 }} : &nbsp;{{ item[ite.key] }}
</span>
- <span class="ant-typography" *ngIf="ite.title === '区域'">
+ <span class="ant-typography" *ngIf="ite.title === 'Area'">
{{ ite.title }} : &nbsp;
<nz-tag *ngFor="let value of item[ite.key]">
{{value}}