huangsn 5 rokov pred
rodič
commit
f0d9e2f01f
1 zmenil súbory, kde vykonal 4 pridanie a 10 odobranie
  1. 4 10
      src/pages/fengkong/features/group.js

+ 4 - 10
src/pages/fengkong/features/group.js

@@ -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: '操作',