|
@@ -144,9 +144,6 @@ const Widget = () => {
|
|
|
<>
|
|
<>
|
|
|
<ProTable<IRelation, IParams>
|
|
<ProTable<IRelation, IParams>
|
|
|
actionRef={ref}
|
|
actionRef={ref}
|
|
|
- search={{
|
|
|
|
|
- filterType: "light",
|
|
|
|
|
- }}
|
|
|
|
|
columns={[
|
|
columns={[
|
|
|
{
|
|
{
|
|
|
title: intl.formatMessage({
|
|
title: intl.formatMessage({
|
|
@@ -443,6 +440,9 @@ const Widget = () => {
|
|
|
options={{
|
|
options={{
|
|
|
search: true,
|
|
search: true,
|
|
|
}}
|
|
}}
|
|
|
|
|
+ search={{
|
|
|
|
|
+ filterType: "light",
|
|
|
|
|
+ }}
|
|
|
toolBarRender={() => [
|
|
toolBarRender={() => [
|
|
|
<DataImport
|
|
<DataImport
|
|
|
url="/v2/relation-import"
|
|
url="/v2/relation-import"
|