From 3e40477f0cc3599305eed171b84a2d9046613cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 19 May 2026 13:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A3=A8=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/tool/toolInstanceQuery.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/tool/toolInstanceQuery.vue b/src/views/modules/tool/toolInstanceQuery.vue index 98b1c9b..f2bd9fe 100644 --- a/src/views/modules/tool/toolInstanceQuery.vue +++ b/src/views/modules/tool/toolInstanceQuery.vue @@ -101,11 +101,11 @@ const TOOL_INSTANCE_COLUMN_SPECS = [ { prop: 'site', label: '工厂编码', width: 60, align: 'left', tooltip: true }, { prop: 'toolId', label: '工具编码', width: 80, align: 'left', tooltip: true }, { prop: 'toolInstanceId', label: '工具实例ID', width: 120, align: 'left', tooltip: true }, - { prop: 'toolSpec', label: '型号描述', width: 120, align: 'left', tooltip: true }, + { prop: 'toolSpec', label: '型号描述', width: 160, align: 'left', tooltip: true }, { prop: 'warehouseId', label: '默认仓库', width: 80, align: 'left' }, { prop: 'locationId', label: '库位号', width: 60, align: 'left' }, { prop: 'supplierName', label: '模具供应商', width: 140, align: 'left', tooltip: true }, - { prop: 'lastOrderNo', label: '最后订单', width: 100, align: 'left', tooltip: true }, + { prop: 'lastOrderNo', label: '最后订单', width: 80, align: 'left', tooltip: true }, { prop: 'lastSeqNo', label: '最后派工单', width: 100, align: 'right' }, { prop: 'operatorCombo', label: '操作员', width: 80, align: 'left', tooltip: true, slotKey: 'operator' }, { prop: 'standardLifeQty', label: '标准寿命(次)', width: 100, align: 'right' },