From 2e132e0a26f9011dd17a234936a99099c1b5e262 Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" Date: Wed, 28 Jan 2026 14:51:47 +0800 Subject: [PATCH] no message --- src/views/inventory/Inventory.data.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/inventory/Inventory.data.ts b/src/views/inventory/Inventory.data.ts index d5dbbc1..4ed2b53 100644 --- a/src/views/inventory/Inventory.data.ts +++ b/src/views/inventory/Inventory.data.ts @@ -71,13 +71,19 @@ export const columns: BasicColumn[] = [ title: '任务号', align: 'center', dataIndex: 'taskNo', - width: 100, + width: 110, + customRender: ({ text }) => { + return h('div', { style: { wordBreak: 'break-all', lineHeight: '1.5' } }, text); + }, }, { title: '批次号', align: 'center', dataIndex: 'propC1', - width: 100, + width: 110, + customRender: ({ text }) => { + return h('div', { style: { wordBreak: 'break-all', lineHeight: '1.5' } }, text); + }, }, { title: '赛意库存状态',