diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-04 20:29:15 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-04 21:01:23 +0800 |
commit | 7a7b81477be87698d847f9424fa58d4cdf64a143 (patch) | |
tree | 3ffc53669abd0e44acfdc9a2739f8e0b67b2511c /usecaseui-portal/src/constants | |
parent | 60011b80da470f37bd1512b3fbd05b8243ed42b6 (diff) |
feat:slicing business page basic functions code
Change-Id: Ifae9e28151a746c1258e181c05154e86b3f89aee
Issue-ID: USECASEUI-352
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index b9e4ac8d..11bcb9f3 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -282,4 +282,7 @@ export const ADDRESS = { }
]
}
-}
\ No newline at end of file +}
+export const BUSINESS_STATUS = [
+ "All","activated","deactivated"
+]
\ No newline at end of file |