1 <nz-modal [nzVisible]="showDetail" nzWidth="85%" [nzTitle]="moduleTitle" (nzOnCancel)="handleCancel()"
3 <nz-list class="taskmodel_list" [nzDataSource]="checkDetail" nzBordered [nzHeader]="'配置审核详情:'" [nzFooter]="null"
4 [nzRenderItem]="checkItem">
5 <ng-template #checkItem let-check>
6 <nz-list-item nz-row nzType="flex" nzJustify="start" [nzGutter]="8">
7 <div nz-col nzSpan="10">
8 <span>Task ID: {{ check.id }}</span>
10 <div nz-col nzSpan="8">
11 <span>Task Name: {{ check.name }}</span>
13 <div nz-col nzSpan="6">
14 <span>S-NSSAI:{{ check.snssai }}</span>
17 <nz-list-item nz-row nzType="flex" nzJustify="start" [nzGutter]="8">
18 <div nz-col nzSpan="10">
19 <span>Arrived Time: {{ check.arrivedtime }}</span>
21 <div nz-col nzSpan="8">
22 <span>Status: {{ check.status }}</span>
28 <nz-list class="taskmodel_list" [nzDataSource]="businessRequirement" nzBordered [nzHeader]="'业务需求信息:'"
29 [nzFooter]="null" [nzRenderItem]="businessItem">
30 <ng-template #businessItem let-item>
32 <span class="ant-typography">Name:</span>
36 <span class="ant-typography">S-NSSAI: </span>
40 <span class="ant-typography">Time: </span>
44 <span class="ant-typography">Area: </span>
50 <nz-list class="taskmodel_list" [nzDataSource]="NSTinfo" nzBordered [nzHeader]="'匹配NST信息:'" [nzFooter]="null"
51 [nzRenderItem]="taskItem">
52 <ng-template #taskItem let-item>
53 <nz-list-item nz-row nzType="flex" nzJustify="start" [nzGutter]="8">
54 <div nz-col nzSpan="12">
55 <span>NST ID: {{ item.id }}</span>
57 <div nz-col nzSpan="12">
58 <span>NST Name: {{ item.name }}</span>
66 <nz-list class="taskmodel_list" nzBordered [nzHeader]="'匹配共享切片实例:'" [nzFooter]="null">
67 <nz-list-item nz-row nzType="flex" nzJustify="start" [nzGutter]="8">
68 <div nz-col nzSpan="12">
70 <nz-select nzShowSearch [(ngModel)]="selectedServiceId" (ngModelChange)="serviceIdChange($event)">
71 <nz-option *ngFor="let p of serviceId" [nzValue]="p" [nzLabel]="p"></nz-option>
74 <div nz-col nzSpan="8">
75 切片实例名称:{{selectedServiceName}}
77 <div nz-col nzSpan="4">
78 <button nz-button nzType="primary" (click)="resetService()">
79 <i nz-icon class="anticon anticon-plus"></i>
83 <nz-list-item nz-row nzType="flex" nzJustify="start" [nzGutter]="8">
84 <p class="listitem_subtitle" nz-col nzSpan="24">匹配的共享切片子网实例:</p>
85 <nz-card nzType="inner" nz-col nzSpan="24" nzTitle="无线域:">
86 <div nz-row [nzGutter]="8">
87 <div nz-col nzSpan="12">
89 <nz-select nzShowSearch [(ngModel)]="selectedServiceId" (ngModelChange)="serviceIdChange($event)">
90 <nz-option *ngFor="let p of serviceId" [nzValue]="p" [nzLabel]="p"></nz-option>
93 <div nz-col nzSpan="8">
94 切片子网实例名称:{{selectedServiceName}}
96 <div nz-col nzSpan="4">
97 <button nz-button nzType="primary" (click)="resetService()"> <i nz-icon
98 class="anticon anticon-plus"></i></button>
99 <button nz-button nzType="primary"> <i nz-icon class="anticon anticon-setting"
100 nzTheme="outline"></i></button>
104 <nz-card nzType="inner" nz-col nzSpan="24" style="margin-top:16px;" nzTitle="传输域:">
105 <div nz-row [nzGutter]="8">
106 <div nz-col nzSpan="12">
108 <nz-select nzShowSearch [(ngModel)]="selectedServiceId" (ngModelChange)="serviceIdChange($event)">
109 <nz-option *ngFor="let p of serviceId" [nzValue]="p" [nzLabel]="p"></nz-option>
112 <div nz-col nzSpan="8">
113 切片子网实例名称:{{selectedServiceName}}
115 <div nz-col nzSpan="4">
116 <button nz-button nzType="primary" (click)="resetService()"> <i nz-icon
117 class="anticon anticon-plus"></i></button>
118 <button nz-button nzType="primary"> <i nz-icon class="anticon anticon-setting"
119 nzTheme="outline"></i></button>
123 <nz-card nzType="inner" nz-col nzSpan="24" style="margin-top:16px;" nzTitle="核心网域:">
125 <div nz-row [nzGutter]="12" nzType="flex" nzAlign="middle">
126 <div nz-col nzSpan="12">
128 <nz-select nzShowSearch [(ngModel)]="selectedServiceId" (ngModelChange)="serviceIdChange($event)">
129 <nz-option *ngFor="let p of serviceId" [nzValue]="p" [nzLabel]="p"></nz-option>
132 <div nz-col nzSpan="8">
133 切片子网实例名称:{{selectedServiceName}}
135 <div nz-col nzSpan="4">
136 <button nz-button nzType="primary" (click)="resetService()">
137 <i nz-icon class="anticon anticon-plus"></i>
139 <button nz-button nzType="primary">
140 <i nz-icon class="anticon anticon-setting" nzTheme="outline"></i>