summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/constants
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2020-02-11 11:21:41 +0800
committercyuamber <xuranyjy@chinamobile.com>2020-02-11 11:38:45 +0800
commit00ff3eb8ebd4ea4311832dbad9748f4ae2bd02b2 (patch)
tree0ec098e57d57e70bc416a91cb60329b770764987 /usecaseui-portal/src/constants
parentb11cf6b523d012186e9513f1bbdd196743f07aad (diff)
feat: Optimize slice business management
Change-Id: I95a55038c22cb3d54d3217fb3b0031adafc3a56a Issue-ID: USECASEUI-369 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r--usecaseui-portal/src/constants/constants.ts243
1 files changed, 124 insertions, 119 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts
index d5f61832..8973f184 100644
--- a/usecaseui-portal/src/constants/constants.ts
+++ b/usecaseui-portal/src/constants/constants.ts
@@ -284,156 +284,161 @@ export const COMMUNICATION_FORM_ITEMS = [
{
title: 'Mobility',
key: 'uEMobilityLevel',
+ options: [
+ {
+ title: 'Stationary',
+ key: 'stationary'
+ },
+ {
+ title: 'Nomadic',
+ key: 'nomadic'
+ },
+ {
+ title: 'Spatially Restricted Mobility',
+ key: 'spatially restricted mobility'
+ },
+ {
+ title: 'Fully Mobility',
+ key: 'fully mobility'
+ }
+ ]
},
{
title: 'Use Interval (Month)',
key: 'useInterval'
},
{
- title: 'Max Number of UEs',
+ title: 'Area',
key: 'coverageArea'
}
]
-export const COMMUNICATION_FORM_ADDRESS = {
- "result_header": {
- "result_code": 200,
- "result_message": "Successfully"
- },
-
- "result_body": {
- "province": [
+export const COMMUNICATION_FORM_ADDRESS = [
+ {
+ "id": "1",
+ "name": "Beijing",
+ "city": [
{
- "id": "1",
- "name": "北京",
- "city": [
+ "id": "101",
+ "name": "Beijing",
+ "county": [
{
- "id": "101",
- "name": "北京市",
- "county": [
+ "id": "1001",
+ "name": "Haiding District",
+ "street": [
+ {
+ "id": "100101",
+ "name": "Wanshoulu Street"
+ },
{
- "id": "1001",
- "name": "海淀区",
- "street": [
- {
- "id": "100101",
- "name": "万寿路街道"
- },
- {
- "id": "100102",
- "name": "中关村街道"
- },
- {
- "id": "100103",
- "name": "海淀街道"
- },
- {
- "id": "100104",
- "name": "西三旗街道"
- }
- ]
+ "id": "100102",
+ "name": "Zhongguancun Street"
},
{
- "id": "1002",
- "name": "西城区",
- "street": [
- {
- "id": "100201",
- "name": "广安门内街道"
- },
- {
- "id": "100202",
- "name": "广安门外街道"
- },
- {
- "id": "100203",
- "name": "西长安街街道"
- },
- {
- "id": "100204",
- "name": "金融街街道"
- }
- ]
+ "id": "100103",
+ "name": "Haidian Street"
},
{
- "id": "1003",
- "name": "昌平区",
- "street": [
- {
- "id": "100301",
- "name": "城北街道"
- },
- {
- "id": "100302",
- "name": "城南街道"
- },
- {
- "id": "100303",
- "name": "天通苑北街道"
- },
- {
- "id": "100304",
- "name": "天通苑南街道"
- }
- ]
+ "id": "100104",
+ "name": "Xisanqi Street"
}
]
- }
- ]
- },
- {
- "id": "2",
- "name": "上海",
- "city": [{
- "id": "201",
- "name": "上海市",
- "county": [{
- "id": "2001",
- "name": "浦东新区",
+ },
+ {
+ "id": "1002",
+ "name": "Xicheng District",
+ "street": [
+ {
+ "id": "100201",
+ "name": "Guang'anmenwai Street"
+ },
+ {
+ "id": "100202",
+ "name": "Xuanwumen Street"
+ },
+ {
+ "id": "100203",
+ "name": "West Changan Street"
+ },
+ {
+ "id": "100204",
+ "name": "Financial Street"
+ }
+ ]
+ },
+ {
+ "id": "1003",
+ "name": "Changping District",
"street": [
{
- "id": "200101",
- "name": "陆家嘴街道"
+ "id": "100301",
+ "name": "Chengbei Street"
},
{
- "id": "200102",
- "name": "周家渡街道"
+ "id": "100302",
+ "name": "Chengnan Street"
},
{
- "id": "200103",
- "name": "塘桥街道"
+ "id": "100303",
+ "name": "Tiantongyuan North Street"
},
{
- "id": "200104",
- "name": "南码头路街道"
+ "id": "100304",
+ "name": "Tiantongyuan South Street"
}
]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "2",
+ "name": "Shanghai",
+ "city": [{
+ "id": "201",
+ "name": "Shanghai City",
+ "county": [{
+ "id": "2001",
+ "name": "udongxin District",
+ "street": [
+ {
+ "id": "200101",
+ "name": "Lujiazui Street"
+ },
+ {
+ "id": "200102",
+ "name": "Zhoujiadu Street"
},
+ {
+ "id": "200103",
+ "name": "Tangqiao Street"
+ },
+ {
+ "id": "200104",
+ "name": "Nanquanlu Street"
+ }
+ ]
+ },
+ {
+ "id": "2002",
+ "name": "Jingan District",
+ "street": [
+ {
+ "id": "200201",
+ "name": "Jiangning Lu Street"
+ },
{
- "id": "2002",
- "name": "静安区",
- "street": [
- {
- "id": "200201",
- "name": "江宁路街道"
- },
- {
- "id": "200202",
- "name": "静安寺街道"
- },
- {
- "id": "200203",
- "name": "南京西路街道"
- },
- {
- "id": "200204",
- "name": "曹家渡街道"
- }
- ]
+ "id": "200202",
+ "name": "Jing'an Temple Street"
+ },
+ {
+ "id": "200203",
+ "name": "Nanjing West Road Street"
}
]
- }]
- }
- ]
+ }
+ ]
+ }]
}
-} \ No newline at end of file
+] \ No newline at end of file