From 693096204b79c7728748be8389e2730982b9b3b6 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 21 十二月 2023 14:17:07 +0800
Subject: [PATCH] 	modified:   src/views/technology/document/document-form.vue 	modified:   src/views/technology/document/teststandard.vue

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

diff --git a/src/views/technology/routing/routing-form.vue b/src/views/technology/routing/routing-form.vue
index c2ddbf2..2ebb8ad 100644
--- a/src/views/technology/routing/routing-form.vue
+++ b/src/views/technology/routing/routing-form.vue
@@ -50,12 +50,14 @@
             </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">

--
Gitblit v1.9.3