From f7f25f593a731ea71e307257f5cec3ba562dacda Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 04 十二月 2025 11:10:39 +0800
Subject: [PATCH] fix: 杆领用,型号选择下拉框

---
 src/pages/production/components/Statistics.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/production/components/Statistics.vue b/src/pages/production/components/Statistics.vue
index 094e0e2..b35822d 100644
--- a/src/pages/production/components/Statistics.vue
+++ b/src/pages/production/components/Statistics.vue
@@ -1,6 +1,6 @@
 <template>
   <view class="statistics_box">
-    <wd-row>
+    <!-- <wd-row>
       <wd-col :span="12">
         <view class="h_48 px-4 flex items-center">
           <view class="icon_box">
@@ -19,7 +19,7 @@
           <text class="text-lg text-[#339599] ml-2 font-semibold">87%</text>
         </view>
       </wd-col>
-    </wd-row>
+    </wd-row> -->
   </view>
 </template>
 <style scoped lang="scss">

--
Gitblit v1.9.3