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

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

diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue
index b3448e3..5c2eaaf 100644
--- a/src/views/technology/document/document-form.vue
+++ b/src/views/technology/document/document-form.vue
@@ -113,7 +113,9 @@
             </el-col>
             <el-col :span="6">
               <el-form-item label="浜у搧闆朵欢鎻忚堪" prop="partName">
+                <el-tooltip class="item" effect="dark" :content="dataForm.partName" >
                 <el-input v-model="dataForm.partName" disabled> </el-input>
+                </el-tooltip>
               </el-form-item>
             </el-col>
           </el-row>
@@ -259,7 +261,7 @@
           >
             <TeststandardDialog
               :editable="editable"
-              :documentId="Number(dataForm.id)"
+              :documentId="dataForm.id"
             >
             </TeststandardDialog>
           </el-tab-pane>

--
Gitblit v1.9.3