|
@@ -17,7 +17,7 @@ class GroupList extends React.PureComponent {
|
|
|
label: '描述:',
|
|
|
type: 'input',
|
|
|
key: 'queryName',
|
|
|
- placeholder: '特征名称'
|
|
|
+ placeholder: '分组名称'
|
|
|
}
|
|
|
]
|
|
|
// 在接口请求前,可以修改给接口的入参
|
|
@@ -48,21 +48,15 @@ class GroupList extends React.PureComponent {
|
|
|
},
|
|
|
{
|
|
|
title: '前置函数',
|
|
|
- dataIndex: 'overt'
|
|
|
+ dataIndex: 'preScript'
|
|
|
},
|
|
|
{
|
|
|
title: '后置函数',
|
|
|
- dataIndex: 'io',
|
|
|
- render: (text) => {
|
|
|
- if(text === true) {
|
|
|
- return '是'
|
|
|
- }
|
|
|
- return '否'
|
|
|
- }
|
|
|
+ dataIndex: 'postScript'
|
|
|
},
|
|
|
{
|
|
|
title: '创始人',
|
|
|
- dataIndex: 'returnType'
|
|
|
+ dataIndex: 'createUser'
|
|
|
}
|
|
|
// {
|
|
|
// title: '操作',
|