diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2021-01-25 18:33:53 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2021-01-25 18:34:02 +0800 |
commit | 9ec32a0245141bb1bd93ff34cfae4a7d1a5b8f80 (patch) | |
tree | 6cf234739ba3caf9eae7fd15c2fef85ec5c5e33c /usecaseui-portal/src/constants | |
parent | 73b5dcc7bbed03dfc45aae64e18e00bf3a9c3eb1 (diff) |
feat: add coverage area number
Change-Id: I97fe766e3b35fd47ed7f5c802cf44916a288711b
Issue-ID: USECASEUI-527
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index 48f9aeb8..f5954d00 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -554,6 +554,10 @@ export const COMMUNICATION_FORM_ITEMS = [ {
title: 'Area',
key: 'coverageArea'
+ },
+ {
+ title: 'Coverage Area Number',
+ key: 'coverageAreaNumber'
}
]
|