diff options
author | wangyuerg <wangyuerg@chinamobile.com> | 2021-02-03 18:15:46 +0800 |
---|---|---|
committer | wangyuerg <wangyuerg@chinamobile.com> | 2021-02-03 18:15:59 +0800 |
commit | af2965a8484ce0893ef1d1ce5ef6085cf76b0d3e (patch) | |
tree | 8f4f4cd0d465af67b2a54609029da6ebc3682e17 /usecaseui-portal/src/constants | |
parent | fed183f5f6868b523ebdd841378daa16426b1bd7 (diff) |
Modify the code for the updated table interface, fix the bug of submitting an and cn
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com>
Change-Id: I6ff3c3f36979459ea60a0ee0da1caeea7f3a0465
Issue-ID: USECASEUI-527
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index fecbcda8..909afeb5 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -175,33 +175,7 @@ export const TRANSFRER_FORM_ITEMS = [ key: 'tn_connection_links', // :new
required: false, // combined
type: 'table',
- options: {
- title: 'connection_links_option',
- key: 'tn_connection_links_option'
- },
- disable: false,
- header: [
- {
- title: 'ID',
- key: 'id'
- },
- {
- title: 'AN',
- key: 'AN'
- },
- {
- title: 'CN',
- key: 'CN'
- },
- {
- title: 'TN',
- key: 'TN'
- },
- {
- title: 'Properties',
- key: 'properties'
- }
- ]
+ disable: false
},
{
title:'AN Endpoint', // input group
|