From 504deccab9fea895565de9d18a1c7a106e7af86f Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 11 十月 2025 09:11:49 +0800
Subject: [PATCH] fix: 修改打包配置
---
src/pages/production/twist/components/MonofilCard.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pages/production/twist/components/MonofilCard.vue b/src/pages/production/twist/components/MonofilCard.vue
index 5f19b40..ba6c943 100644
--- a/src/pages/production/twist/components/MonofilCard.vue
+++ b/src/pages/production/twist/components/MonofilCard.vue
@@ -2,7 +2,7 @@
<wd-card>
<wd-cell-group :border="true">
<wd-cell title="鍗曚笣缂栧彿" :value="data.monofilamentNumber" />
- <wd-cell title="闀垮害" :value="data.amount + ' (M)'" />
+ <wd-cell title="鐞嗚闀垮害" :value="data.amount + ' (M)'" />
<wd-cell title="鐢熶骇闀垮害" :value="data.actuallyLength + ' (M)'" />
<wd-cell title="閲嶉噺" :value="data.actuallyWeight + ' (kg)'" />
</wd-cell-group>
--
Gitblit v1.9.3