From 1e71cfb6ec97cff6531dec65a3fb5cb24b2c18ac Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 03 十一月 2025 09:57:48 +0800
Subject: [PATCH] fix: 附件完善

---
 src/pages/production/twist/components/MonofilCard.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/pages/production/twist/components/MonofilCard.vue b/src/pages/production/twist/components/MonofilCard.vue
index e5e5ada..68268d5 100644
--- a/src/pages/production/twist/components/MonofilCard.vue
+++ b/src/pages/production/twist/components/MonofilCard.vue
@@ -2,7 +2,9 @@
   <wd-card>
     <wd-cell-group :border="true">
       <wd-cell title="鍗曚笣缂栧彿" :value="data.monofilamentNumber" />
-      <wd-cell title="闀垮害" :value="data.oneLength" />
+      <wd-cell title="鐞嗚闀垮害" :value="data.amount + ' (m)'" />
+      <wd-cell title="鐢熶骇闀垮害" :value="data.actuallyLength + ' (m)'" />
+      <wd-cell title="閲嶉噺" :value="data.actuallyWeight + ' (kg)'" />
     </wd-cell-group>
   </wd-card>
 </template>

--
Gitblit v1.9.3