feat: Added some English fields in View Progress component 41/99841/1
authorcyuamber <xuranyjy@chinamobile.com>
Fri, 20 Dec 2019 03:16:13 +0000 (11:16 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Fri, 20 Dec 2019 03:16:29 +0000 (11:16 +0800)
Change-Id: Idf43e88b468c39765fb8d204f72f92ff119a6f72
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/check-process-model/check-process-model.component.html
usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/check-process-model/check-process-model.component.ts

index 80cad73..d47618a 100644 (file)
@@ -91,7 +91,7 @@ export class CheckProcessModelComponent implements OnInit {
                                                currentProgress = 2;
                                                status = 'finish'
                                        }
-                                       const title = item === 'an_progress'? '无线域': (item === 'tn_progress'? '传输域' : '核心域')
+                                       const title = item === 'an_progress'? 'An': (item === 'tn_progress'? 'Tn' : 'Cn')
                                        let obj = { [item]: result_body[item], currentProgress, title, status };
                                        this.data.push(obj)
                                })
@@ -117,9 +117,5 @@ export class CheckProcessModelComponent implements OnInit {
                this.showProcess = false;
                this.cancel.emit(this.showProcess)
        }
-       handleOk() { 
-               this.handleCancel();
-       }
-
 }
  
\ No newline at end of file