合同列表字段宽度调整
This commit is contained in:
@ -71,7 +71,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '合同号',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 200,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '合同名称',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 250,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -89,7 +89,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '供应商',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 150,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -113,21 +113,12 @@ export const columns: BasicColumn[] = [
|
||||
width: 120
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'approName',
|
||||
title: '状态',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'pointUpName',
|
||||
title: '上载点',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 160,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -136,7 +127,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '是否托运',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
width: 100,
|
||||
width: 80,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -145,16 +136,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