From 0c4429a719f5c95a7690fae51efaaa799ef4e77d Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 25 五月 2026 10:02:48 +0800
Subject: [PATCH] fix: 投入重量改成投入重量/数量
---
src/views/productionManagement/productionReporting/components/Detail.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/components/Detail.vue b/src/views/productionManagement/productionReporting/components/Detail.vue
index cd4f4a9..98a53f0 100644
--- a/src/views/productionManagement/productionReporting/components/Detail.vue
+++ b/src/views/productionManagement/productionReporting/components/Detail.vue
@@ -71,7 +71,7 @@
<el-descriptions-item
v-for="item in (otherData.rows || [])"
:key="item.parameterItem"
- :label="`${item.parameterItem}`"
+ :label="item.parameterItem === '鎶曞叆閲嶉噺' ? '鎶曞叆閲嶉噺/鏁伴噺' : item.parameterItem"
>
{{ item.value || '-' }}
</el-descriptions-item>
--
Gitblit v1.9.3