Change-Id: Idf43e88b468c39765fb8d204f72f92ff119a6f72
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
</nz-spin>
</nz-modal>
<ng-template #modalFooter>
- <button nz-button nzType="primary" (click)="handleOk()">OK</button>
+ <button nz-button nzType="primary" (click)="handleCancel()">OK</button>
</ng-template>
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)
})
this.showProcess = false;
this.cancel.emit(this.showProcess)
}
- handleOk() {
- this.handleCancel();
- }
-
}
\ No newline at end of file