diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-09-02 11:45:36 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-09-02 12:02:48 +0800 |
commit | 5debb7f786362a3312fd6e57df062acc1ad5560a (patch) | |
tree | d2d64f01fc22845a4140f8636ca23497a39175a5 /usecaseui-portal/src/app/mock/json | |
parent | 5d4db55f151c318f0ceb7bfd71b6d56da0831bee (diff) |
feat: Business Requirement Info: Render the page according to whether there is a value of 5G tast
Change-Id: I08008595568de563625c95ba75cb61d0dda832fa
Issue-ID: USECASEUI-444
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json b/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json index 8305a03e..687ec521 100644 --- a/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json +++ b/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json @@ -10,7 +10,7 @@ "processing_status": "WaitingToConfirm",
"business_demand_info": {
"service_name": "5G Slice eMMB",
- "service_snssai": "1-010101",
+ "service_snssai": "",
"exp_data_rate_dl": "300",
"exp_data_rate_ul": "300",
"ue_mobility_level": "stationary",
|