采购计量列表样式调整

This commit is contained in:
‘huanghaiixia’
2026-01-20 17:55:58 +08:00
parent 3d97ce852e
commit b0e03cecc0
3 changed files with 622 additions and 109 deletions

View File

@ -39,7 +39,8 @@ export const columns: BasicColumn[] = [
title: '计划日期',
componentType: 'input',
align: 'left',
width: 100,
width: 120,
ellipsis: true,
sorter: true,
},
@ -48,7 +49,7 @@ export const columns: BasicColumn[] = [
title: '计量日期',
componentType: 'input',
align: 'left',
width: 100,
width: 120,
sorter: true,
},
{
@ -56,7 +57,8 @@ export const columns: BasicColumn[] = [
title: '客户',
componentType: 'input',
align: 'left',
ellipsis: true,
width: 200,
sorter: true,
},
{
@ -64,7 +66,8 @@ export const columns: BasicColumn[] = [
title: '下载点',
componentType: 'input',
align: 'left',
ellipsis: true,
width: 200,
sorter: true,
},
{
@ -72,7 +75,8 @@ export const columns: BasicColumn[] = [
title: '供应商',
componentType: 'input',
align: 'left',
ellipsis: true,
width: 200,
sorter: true,
},
@ -81,7 +85,8 @@ export const columns: BasicColumn[] = [
title: '上载点',
componentType: 'input',
align: 'left',
ellipsis: true,
width: 200,
sorter: true,
},
@ -170,7 +175,8 @@ export const columns: BasicColumn[] = [
title: '销售合同',
componentType: 'input',
align: 'left',
ellipsis: true,
width: 200,
sorter: true,
},
{
@ -178,7 +184,8 @@ export const columns: BasicColumn[] = [
title: '采购合同',
componentType: 'input',
align: 'left',
ellipsis: true,
width: 200,
sorter: true,
},
@ -187,7 +194,7 @@ export const columns: BasicColumn[] = [
title: '附件',
componentType: 'input',
align: 'left',
width: 200,
sorter: true,
},
@ -205,7 +212,8 @@ export const columns: BasicColumn[] = [
title: '备注',
componentType: 'input',
align: 'left',
ellipsis: true,
width: 200,
sorter: true,
},
];