diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-02-13 20:44:33 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-02-13 20:44:39 +0800 |
commit | c63489b9bb2071abc8180af4e53c2dcb143c127d (patch) | |
tree | bb7730cb155f693e3f5b719adeec72c708ac685d /usecaseui-portal/src/constants/constants.ts | |
parent | 3db71a09cb73e24eda6d36f39df2e35f123f290b (diff) |
feat:Optimize code for slice ordering and business code of csmf slicing
Change-Id: I62a00ed407796434239c2089788ac47330e1c0d8
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants/constants.ts')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index 8973f184..b7842f49 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -243,7 +243,7 @@ export const ADDRESS = [ }
]
export const BUSINESS_STATUS = [
- "All", "activated", "deactivated"
+ "All", "Activated", "Deactivated"
]
export const COMMUNICATION_FORM_ITEMS = [
|