diff options
author | wangyuerg <wangyuerg@chinamobile.com> | 2021-02-08 15:22:22 +0800 |
---|---|---|
committer | wangyuerg <wangyuerg@chinamobile.com> | 2021-02-08 15:22:43 +0800 |
commit | 354d0da11c40c8b715744b59b9e299b604930c10 (patch) | |
tree | c8703a62c2df43f2dc03dbaaed870850361d952d /usecaseui-portal/src/constants | |
parent | 2061c3faf34037670d3b71b0e1d4dc14dfff7de6 (diff) |
style: Combine city-select of csmf and city-select of subnet into one
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com>
Change-Id: Iade2b82052389864d36a9524547702d689920ec9
Issue-ID: USECASEUI-527
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index 249d6f6d..8c8ac661 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -10,29 +10,6 @@ options: IF ITEM NEEDS OPTIONS, CAN BE EMITTED IF NOT
********/
-export const TASK_PROCESSING_STATUS = [
- {
- title: "All",
- value: "all",
- },
- {
- title: "Planning",
- value: "Planning",
- },
- {
- title: "WaitingToConfirm",
- value: "WaitingToConfirm",
- },
- {
- title: "Creating",
- value: "Creating",
- },
- {
- title: "Completed",
- value: "Completed",
- },
-];
-
export const BUSINESS_REQUIREMENT = [
{
title: "Slicing Business Name",
|