summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/constants/constants.ts
blob: b9e4ac8d04b1a6ed8a5cb7a87e675be9a7e9b582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
export const TASK_PROCESSING_STATUS = [
	{
		title: '规划阶段',
		value: 'Planning'
	},
	{
		title: '审核阶段',
		value: 'Waiting to Confirm'
	},
	{
		title: '切片创建中',
		value: 'Creating'
	},
	{
		title: '创建完成',
		value: 'Completed'
	}
]

export const BUSINESS_REQUIREMENT = [
	{
		title: '切片业务名称',
		key: 'service_name'
	},
	{
		title: 'S-NSSAI',
		key: 'service_snssai'
	},
	{
		title: '用户下行带宽(Mbps)',
		key: 'exp_data_rate_dl'
	},
	{
		title: '用户上行带宽(Mbps)',
		key: 'exp_data_rate_u'
	},
	{
		title: '游牧性',
		key: 'ue_mobility_level'
	},
	{
		title: '时延(ms)',
		key: 'latency'
	},
	{
		title: '使用期限(月)',
		key: 'use_interval'
	},
	{
		title: '区域',
		key: 'coverage_area_ta_list'
	},
	{
		title: '激活因子(%)',
		key: 'activity_factor'
	},
	{
		title: '共享等级',
		key: 'resource_sharing_level'
	},
	{
		title: '上行区域流量密度(Mbps/km )',
		key: 'area_traffic_cap_ul'
	},
	{
		title: '连接规模数',
		key: 'max_number_of_ues'
	},
	{
		title: '下行区域流量密度(Mbps/km )',
		key: 'area_traffic_cap_dl'
	}
] 

export const WIRELESS_FORM_ITEMS = [
	{
		title: '时延(ms)',
		key: 'an_latency'
	},
	{
		title: '5QI',
		key: 'an_5qi'
	},
	{
		title: '覆盖小区列表',
		key: 'an_coverage_area_ta_list'
	}
]

export const TRANSFRER_FORM_ITEMS = [
	{
		title: '时延(ms)',
		key: 'tn_latency'
	},
	{
		title: '带宽',
		key: 'tn_bandwidth'
	}
]

export const CORE_FORM_ITEMS = 	[
	{
		title: 'S-NSSAI',
		key: 'cn_service_snssai'
	},
	{
		title: '共享等级',
		key: 'cn_resource_sharing_level'
	},
	{
		title: '游牧性',
		key: 'cn_ue_mobility_level'
	},
	{
		title: '时延(ms)',
		key: 'cn_latency'
	},
	{
		title: '连接规模数',
		key: 'cn_max_number_of_ues'
	},
	{
		title: '活动因子(%)',
		key: 'cn_activity_factor'
	},
	{
		title: '用户下行体验速率(Mbps)',
		key: 'cn_exp_data_rate_dl'
	},
	{
		title: '用户上行体验速率(Mbps)',
		key: 'cn_exp_data_rate_ul'
	},
	{
		title: '下行区域流量密度(Mbps/km )',
		key: 'cn_area_traffic_cap_dl'
	},
	{
		title: '下行区域流量密度(Mbps/km )',
		key: 'cn_area_traffic_cap_ul'
	}
]

export const ADDRESS = {
    "result_header": {
        "result_code": 200,
        "result_message": "Successfully"
    },
    
    "result_body": {
        "province": [
            {
                "id": "1",
                "name": "北京",
                "city": [
                    {
                        "id": "101",
                        "name": "北京市",
                        "county": [
                            {
                                "id": "1001",
                                "name": "海淀区",
                                "street": [
                                    {
                                        "id": "100101",
                                        "name": "万寿路街道"
                                    },
                                    {
                                        "id": "100102",
                                        "name": "中关村街道"
                                    },
                                    {
                                        "id": "100103",
                                        "name": "海淀街道"
                                    },
                                    {
                                        "id": "100104",
                                        "name": "西三旗街道"
                                    }
                                ]
                            },
                            {
                                "id": "1002",
                                "name": "西城区",
                                "street": [
                                    {
                                        "id": "100201",
                                        "name": "广安门内街道"
                                    },
                                    {
                                        "id": "100202",
                                        "name": "广安门外街道"
                                    },
                                    {
                                        "id": "100203",
                                        "name": "西长安街街道"
                                    },
                                    {
                                        "id": "100204",
                                        "name": "金融街街道"
                                    }
                                ]
                            },
                            {
                                "id": "1003",
                                "name": "昌平区",
                                "street": [
                                    {
                                        "id": "100301",
                                        "name": "城北街道"
                                    },
                                    {
                                        "id": "100302",
                                        "name": "城南街道"
                                    },
                                    {
                                        "id": "100303",
                                        "name": "天通苑北街道"
                                    },
                                    {
                                        "id": "100304",
                                        "name": "天通苑南街道"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            },
            {
                "id": "2",
                "name": "上海",
                "city": [{
                    "id": "201",
                    "name": "上海市",
                    "county": [{
                            "id": "2001",
                            "name": "浦东新区",
                            "street": [
                                {
                                    "id": "200101",
                                    "name": "陆家嘴街道"
                                },
                                {
                                    "id": "200102",
                                    "name": "周家渡街道"
                                },
                                {
                                    "id": "200103",
                                    "name": "塘桥街道"
                                },
                                {
                                    "id": "200104",
                                    "name": "南码头路街道"
                                }
                            ]
                        },
                        {
                            "id": "2002",
                            "name": "静安区",
                            "street": [
                                {
                                    "id": "200201",
                                    "name": "江宁路街道"
                                },
                                {
                                    "id": "200202",
                                    "name": "静安寺街道"
                                },
                                {
                                    "id": "200203",
                                    "name": "南京西路街道"
                                },
                                {
                                    "id": "200204",
                                    "name": "曹家渡街道"
                                }
                            ]
                        }
                    ]
                }]
            }
        ]
    }
}