From 2278caecf9fe4f144b8deb1197a773a29954f7a8 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sat, 27 Sep 2025 11:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=90=8D=E7=A7=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue b/src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue index fa11035..1ef047d 100644 --- a/src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue +++ b/src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue @@ -17,7 +17,7 @@
规格型号: {{ item.typeName }}
单位: {{ item.unitName }}
管理模式: {{ item.manageType == 0 ? '编码管理' : '数量管理' }}
-
已领数量: {{ item.preNum || 0 }}
+
{{ isBack ? '已退数量:' : '已领数量:' }} {{ item.preNum || 0 }}
备注: {{ item.remark }}