From 279bb65503577ead28e842c0ab5334f418873681 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: Mon, 18 May 2026 15:52:40 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/tool/toolInstanceQuery.vue b/src/views/modules/tool/toolInstanceQuery.vue index d7f29e0..0daf093 100644 --- a/src/views/modules/tool/toolInstanceQuery.vue +++ b/src/views/modules/tool/toolInstanceQuery.vue @@ -106,7 +106,7 @@ const TOOL_INSTANCE_COLUMN_SPECS = [ { 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' }, - { prop: 'cumulativeUseCount', label: '累计使用次数', width: 100, align: 'right' }, + { prop: 'actualUseQty', label: '累计使用次数', width: 100, align: 'right' }, { prop: 'repairCount', label: '维修次数', width: 90, align: 'right' }, { prop: 'lifespanUsagePercent', label: '当前寿命(%)', width: 100, align: 'right', slotKey: 'percent' }, { prop: 'repairReminder', label: '维修提醒', width: 220, align: 'left', tooltip: true, slotKey: 'reminder' }