no message

main
HUOJIN\92525 2026-01-28 14:51:47 +08:00
parent 54d3723cab
commit 2e132e0a26
1 changed files with 8 additions and 2 deletions

View File

@ -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: '赛意库存状态',