diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-20 18:17:45 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-20 18:18:13 +0800 |
commit | 3845a7297d0df2f55da208c2c3b3780e38d114b1 (patch) | |
tree | 843fd17bfc3fa44cc55652ab2800f5061319f8c8 /usecaseui-portal/src/constants | |
parent | 51140f8faa05cd813351b8678997f99b638f9166 (diff) |
feat: Modified some fields
Change-Id: Ib56622a37bd6d6f4f0a0abf60e63d1eef1f9c138
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 | 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 c3fe0bf8..7db7657c 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -8,7 +8,7 @@ export const TASK_PROCESSING_STATUS = [ value: 'Planning'
},
{
- title: 'Waiting to Confirm',
+ title: 'WaitingToConfirm',
value: 'WaitingToConfirm'
},
{
|