|
@@ -1,6 +1,7 @@
|
|
|
import React from 'react'
|
|
|
import { FilterTable } from 'wptpc-design'
|
|
|
import { thanos } from '@/conf/config'
|
|
|
+import { Button } from 'antd'
|
|
|
|
|
|
const apiUrl = `${thanos}/thanos-admin/api/v1/group/list`
|
|
|
|
|
@@ -11,6 +12,7 @@ class GroupList extends React.PureComponent {
|
|
|
}
|
|
|
|
|
|
filterSetting = {
|
|
|
+ rfBtnsJsx: <Button>新增分组</Button>,
|
|
|
isClearSearch: true,
|
|
|
formFields: [
|
|
|
{
|