From aa6bb1f2363c33e1d3a6c03e984b928160dcca5c Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 27 十二月 2023 16:32:09 +0800
Subject: [PATCH] 修改工艺文件

---
 src/views/technology/routing/routing-form.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/technology/routing/routing-form.vue b/src/views/technology/routing/routing-form.vue
index c2ddbf2..2f5c33a 100644
--- a/src/views/technology/routing/routing-form.vue
+++ b/src/views/technology/routing/routing-form.vue
@@ -50,17 +50,19 @@
             </el-col>
             <el-col :span="6">
               <el-form-item prop="partName" label="闆朵欢鍚嶇О">
+                <el-tooltip class="item" effect="dark" :content="dataForm.partName" >
                 <el-input
                   v-model="dataForm.partName"
                   placeholder="闆朵欢鍚嶇О"
                   readonly
                   style="width: 100%"
                 ></el-input>
+                </el-tooltip>
               </el-form-item>
             </el-col>
             <el-col :span="6">
               <el-form-item label="BOM" prop="bomId">
-                <el-select style="width:100%" :disabled="dataForm.id != null" v-model="dataForm.bomId" placeholder="" filterable>
+                <el-select style="width:100%"  v-model="dataForm.bomId" placeholder="" filterable>
                   <el-option
                     v-for="item in bomList"
                     :key="item.id"

--
Gitblit v1.9.3