diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-20 18:38:42 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-20 18:38:47 +0800 |
commit | 1158ad447fdb0dc10fd753d6e9ff3fb448a63c5c (patch) | |
tree | 700afed38912150006af716a7ee98a8164375fa6 /usecaseui-portal/src/constants | |
parent | 3845a7297d0df2f55da208c2c3b3780e38d114b1 (diff) |
feat: change parameters of task status
Change-Id: If4e057511bbfb0c70ad637bb1811877a99c8b5d7
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index 7db7657c..b3ce6811 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -85,9 +85,9 @@ export const BUSINESS_REQUIREMENT = [ key: 'area'
},
],
-
-
-]
+
+
+]
export const WIRELESS_FORM_ITEMS = [
{
@@ -115,7 +115,7 @@ export const TRANSFRER_FORM_ITEMS = [ }
]
-export const CORE_FORM_ITEMS = [
+export const CORE_FORM_ITEMS = [
{
title: 'S-NSSAI',
key: 'cn_service_snssai'
|