合同列表字段宽度调整
This commit is contained in:
@ -80,7 +80,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '合同号',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
width:150,
|
||||
width: 200,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -89,7 +89,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '合同名称',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 250,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -98,7 +98,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '客户',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 150,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -119,16 +119,6 @@ export const columns: BasicColumn[] = [
|
||||
width: 120,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'approName',
|
||||
title: '状态',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'longSpotName',
|
||||
title: ' 长协/现货',
|
||||
@ -143,16 +133,15 @@ export const columns: BasicColumn[] = [
|
||||
title: '合同主体',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 120,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'note',
|
||||
title: '备注',
|
||||
dataIndex: 'approName',
|
||||
title: '状态',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 80,
|
||||
sorter: true,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user