From 2cc66753086d6ce4c1154cd21f1cdacba09c914d Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期三, 23 四月 2025 10:13:06 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/yuanwang-mes-uniapp
---
src/pages/production/twist/components/MonofilCard.vue | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/src/pages/production/twist/components/MonofilCard.vue b/src/pages/production/twist/components/MonofilCard.vue
index 329d7f5..38921d1 100644
--- a/src/pages/production/twist/components/MonofilCard.vue
+++ b/src/pages/production/twist/components/MonofilCard.vue
@@ -3,7 +3,7 @@
<wd-form :model="model">
<wd-cell-group :border="true">
<wd-input
- v-model="model.no"
+ v-model="model.monofilamentNumber"
label="鍗曚笣缂栧彿"
label-width="100px"
prop="no"
@@ -11,7 +11,7 @@
placeholder="璇疯緭鍏ュ崟涓濈紪鍙�"
/>
<wd-input
- v-model="model.length"
+ v-model="model.oneLength"
label="闀垮害"
label-width="100px"
prop="length"
@@ -24,12 +24,7 @@
</template>
<script setup lang="ts">
-import useFormData from "@/hooks/useFormData";
-
-const { form: model } = useFormData({
- no: undefined,
- length: undefined,
-});
+const model: any = defineModel("value");
</script>
<style lang="scss" scoped></style>
--
Gitblit v1.9.3