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' }