From bdfab89d8afbc60faeb89715a461f77e877d7f5d Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 03 八月 2026 00:02:37 +0800
Subject: [PATCH] feat: 新增徐州什克金属制品有限公司配置文件

---
 src/views/productionManagement/productStructure/StructureEdit.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/productStructure/StructureEdit.vue b/src/views/productionManagement/productStructure/StructureEdit.vue
index 4d07f5d..7762467 100644
--- a/src/views/productionManagement/productStructure/StructureEdit.vue
+++ b/src/views/productionManagement/productStructure/StructureEdit.vue
@@ -86,7 +86,6 @@
                                 style="margin: 0">
                     <el-input-number v-model="row.unitQuantity"
                                      :min="0"
-                                     :precision="2"
                                      :step="1"
                                      controls-position="right"
                                      style="width: 100%"
@@ -103,7 +102,6 @@
                                 style="margin: 0">
                     <el-input-number v-model="row.demandedQuantity"
                                      :min="0"
-                                     :precision="2"
                                      :step="1"
                                      controls-position="right"
                                      style="width: 100%"

--
Gitblit v1.9.3