diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-12-10 02:16:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-10 02:16:48 +0000 |
commit | 85164a3048e72787655d927dea8c98b1dcda6ecb (patch) | |
tree | f4c3be3959b81e4c841df1c2e6d82aa8ab735545 /usecaseui-portal/src/constants/constants.ts | |
parent | a5dcec98423c9a8e4abf04104aec152f93d1ab49 (diff) | |
parent | 640d376e2bbe93361aa827bc97ac1975d7736be9 (diff) |
Merge "feat: Optimize the code"
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 e8ab5c48..160a3282 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -78,7 +78,7 @@ export const BUSINESS_REQUIREMENT = [ [
{
title: '区域',
- key: 'coverage_area_ta_list'
+ key: 'area'
},
],
|