summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/performance/performance-vm/performance-vm.component.ts
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-04-03 18:13:54 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-04-03 18:14:02 +0800
commite5373722e30a8d33070a8ea9c304836673893d93 (patch)
tree550698c764ecc280a210a03e9a4a4b2c98905f8a /usecaseui-portal/src/app/performance/performance-vm/performance-vm.component.ts
parentd5f7ee6e80bb55f2baf89ee5e669ef6829fd20fd (diff)
Modify the overall code lincence and comments
Change-Id: I821814d97f9e8b8b683d0a2850ea73a104118fd9 Issue-ID: USECASEUI-212 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/performance/performance-vm/performance-vm.component.ts')
-rw-r--r--usecaseui-portal/src/app/performance/performance-vm/performance-vm.component.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/usecaseui-portal/src/app/performance/performance-vm/performance-vm.component.ts b/usecaseui-portal/src/app/performance/performance-vm/performance-vm.component.ts
index 1fb099c9..73e77c52 100644
--- a/usecaseui-portal/src/app/performance/performance-vm/performance-vm.component.ts
+++ b/usecaseui-portal/src/app/performance/performance-vm/performance-vm.component.ts
@@ -14,7 +14,7 @@ export class PerformanceVmComponent implements OnInit {
ngOnInit() {
}
- // 筛选框(下拉框)
+ // Filter box (drop-down box)
sourceNameList = ['aaaa','bbbb','cccc','dddddDDDDDDDDDDDDDDD'];
sourceNameSelected = this.sourceNameList[0];
ReportingEntityNameList = ['aaaa','bbbb','cccc','ddddd'];
@@ -28,7 +28,7 @@ export class PerformanceVmComponent implements OnInit {
this.ReportingEntityNameSelected = item;
}
- //表格数据
+ //Tabular data
dataSet = [
{
name : 'John Brown',
@@ -123,10 +123,10 @@ export class PerformanceVmComponent implements OnInit {
}
];
- //详情页标题显示
+ //Detail page title display
graphicshow = false;
detailshow = false;
- // 显示隐藏动画
+ // Show hidden animation
state = "show";
state2 = "hide";
state3 = "hide";
@@ -144,7 +144,7 @@ export class PerformanceVmComponent implements OnInit {
this.graphicshow = true;
this.detailshow = false;
}
- // 选中id
+ // Selected id
detailId:number;
detailShow(prems) {
this.state = 'hide';