From 647cb2146a5914bf584046234b87839a314c6dc3 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 13 八月 2025 11:06:19 +0800
Subject: [PATCH] 样品编号修改按钮优化

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 7786e1f..3f2c62e 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -315,7 +315,7 @@
           <span style="color: #3A7BFA;">淇濆瓨妯℃澘</span>
         </el-button>
         <!-- <el-button size="small" type="primary" @click="sampleVisible=true;uploadSample()">鏍峰搧鍒囨崲</el-button> -->
-        <el-button size="small" type="primary" @click="showSampleChangeDialog" >鏍峰搧缂栧彿鏇存敼</el-button>
+        <el-button size="small" type="primary" @click="showSampleChangeDialog"  v-show="!isLook">鏍峰搧缂栧彿鏇存敼</el-button>
         <el-button size="small" type="primary" @click="taskVisible = true" v-show="!isLook">浠诲姟鍒囨崲</el-button>
         <el-button size="small" type="primary" @click="handleSubmit" v-if="state == 1"
           :loading="submitLoading">鎻愪氦</el-button>

--
Gitblit v1.9.3