|
@@ -131,7 +131,7 @@ const Page: React.FC = () => {
|
|
|
rowKey={(r) => r.id}
|
|
rowKey={(r) => r.id}
|
|
|
search={{
|
|
search={{
|
|
|
labelWidth: 120,
|
|
labelWidth: 120,
|
|
|
- span: 5
|
|
|
|
|
|
|
+ searchGutter: [10, 15],
|
|
|
}}
|
|
}}
|
|
|
scroll={{ x: 'max-content' }}
|
|
scroll={{ x: 'max-content' }}
|
|
|
request={async (params) => {
|
|
request={async (params) => {
|
|
@@ -197,7 +197,7 @@ const Page: React.FC = () => {
|
|
|
{
|
|
{
|
|
|
title: '分销商',
|
|
title: '分销商',
|
|
|
dataIndex: 'distributorIds',
|
|
dataIndex: 'distributorIds',
|
|
|
- fieldProps:{
|
|
|
|
|
|
|
+ fieldProps: {
|
|
|
mode: "multiple",
|
|
mode: "multiple",
|
|
|
},
|
|
},
|
|
|
formItemProps: {
|
|
formItemProps: {
|