no message
parent
54d3723cab
commit
2e132e0a26
|
|
@ -71,13 +71,19 @@ export const columns: BasicColumn[] = [
|
||||||
title: '任务号',
|
title: '任务号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'taskNo',
|
dataIndex: 'taskNo',
|
||||||
width: 100,
|
width: 110,
|
||||||
|
customRender: ({ text }) => {
|
||||||
|
return h('div', { style: { wordBreak: 'break-all', lineHeight: '1.5' } }, text);
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '批次号',
|
title: '批次号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'propC1',
|
dataIndex: 'propC1',
|
||||||
width: 100,
|
width: 110,
|
||||||
|
customRender: ({ text }) => {
|
||||||
|
return h('div', { style: { wordBreak: 'break-all', lineHeight: '1.5' } }, text);
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '赛意库存状态',
|
title: '赛意库存状态',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue