From c88770a26f87ee57e346c074d581d898a6d323b9 Mon Sep 17 00:00:00 2001 From: mashuai Date: Thu, 5 Feb 2026 17:26:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../direct-rotation-apply/business-details.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/business-examine/direct-rotation-apply/business-details.vue b/src/views/business-examine/direct-rotation-apply/business-details.vue index 258c535c..4b70d347 100644 --- a/src/views/business-examine/direct-rotation-apply/business-details.vue +++ b/src/views/business-examine/direct-rotation-apply/business-details.vue @@ -184,7 +184,7 @@ 已通过 已驳回 - +
审核人: {{ step.auditBy }} @@ -252,7 +252,8 @@ export default { { label: '规格型号', prop: 'typeModelName' }, { label: '机具编号', prop: 'maCode' }, { label: '计量单位', prop: 'unitName' }, - { label: '在用数量', prop: 'useNum' }, + { label: '历史在用数量', prop: 'transNum' }, + { label: '当前在用数量', prop: 'useNum' }, { label: '领料人', prop: 'leasePerson' }, { label: '领料日期', prop: 'startTime' } ],