|
@@ -141,6 +141,12 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ title: '经销商名称',
|
|
|
|
+ dataIndex: 'agentName',
|
|
|
|
+ ellipsis: false,
|
|
|
|
+ width: 100,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
title: '客户名称',
|
|
title: '客户名称',
|
|
dataIndex: 'companyName',
|
|
dataIndex: 'companyName',
|
|
width: 80,
|
|
width: 80,
|
|
@@ -165,7 +171,7 @@
|
|
},
|
|
},
|
|
];
|
|
];
|
|
const searchForm: Partial<FormProps> = {
|
|
const searchForm: Partial<FormProps> = {
|
|
- labelWidth: 80,
|
|
|
|
|
|
+ labelWidth: 100,
|
|
// showAdvancedButton: true,
|
|
// showAdvancedButton: true,
|
|
autoAdvancedLine:1,
|
|
autoAdvancedLine:1,
|
|
actionColOptions: {
|
|
actionColOptions: {
|
|
@@ -278,6 +284,15 @@
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ field: 'agentName',
|
|
|
|
+ component: 'Input',
|
|
|
|
+ label: '经销商名称',
|
|
|
|
+ colProps: {
|
|
|
|
+ xl: 7,
|
|
|
|
+ xxl: 7,
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
field: 'userName',
|
|
field: 'userName',
|
|
component: 'Input',
|
|
component: 'Input',
|
|
label: '绑定账号',
|
|
label: '绑定账号',
|