From fc75f2f27f1ce66801c5637175046f8c65a81249 Mon Sep 17 00:00:00 2001
From: zhang_12370 <z2864490065@outlook.com>
Date: 星期四, 26 六月 2025 09:58:18 +0800
Subject: [PATCH] 完善部分页面查看

---
 src/views/procureMent/components/ProductionDialog.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/procureMent/components/ProductionDialog.vue b/src/views/procureMent/components/ProductionDialog.vue
index 677eba9..c8195ff 100644
--- a/src/views/procureMent/components/ProductionDialog.vue
+++ b/src/views/procureMent/components/ProductionDialog.vue
@@ -112,7 +112,7 @@
       <template #footer>
         <div class="dialog-footer">
           <!-- 閲嶇疆鍜屽彇娑� -->
-          <el-button @click="handleClose" v-if="title.includes('鏂板')"
+          <el-button @click="handleClose" v-if="title.includes('鏂板') || title.includes('鏌ョ湅')"
           >鍙栨秷
           </el-button
           >
@@ -120,7 +120,7 @@
           >閲嶇疆
           </el-button
           >
-          <el-button type="primary" @click="handleSubmit">纭</el-button>
+          <el-button type="primary" v-if="!isViewMode" @click="handleSubmit">纭</el-button>
         </div>
       </template>
     </el-dialog>

--
Gitblit v1.9.3