From 85c92c3eeb2ab059412dc7f80820ca29a8fbb20d Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 09 一月 2026 15:41:04 +0800
Subject: [PATCH] 去掉生产报工按钮

---
 src/views/productionManagement/productionReporting/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index a08326a..15f40d1 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -43,8 +43,8 @@
     <div class="table_list">
       <div style="text-align: right"
            class="mb10">
-        <el-button type="primary"
-                   @click="openForm('add')">鐢熶骇鎶ュ伐</el-button>
+        <!-- <el-button type="primary"
+                   @click="openForm('add')">鐢熶骇鎶ュ伐</el-button> -->
         <el-button @click="handleOut">瀵煎嚭</el-button>
       </div>
       <PIMTable rowKey="id"
@@ -247,7 +247,7 @@
       label: "鎿嶄綔",
       align: "center",
       fixed: "right",
-      width: 200,
+      width: 230,
       operation: [
         {
           name: "鏌ョ湅鎶曞叆",

--
Gitblit v1.9.3