From 7ba454d79f7055c995772531ee7a209c6986127e Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Wed, 21 Jan 2026 18:48:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E4=BF=A1=E6=81=AF=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E8=B7=AF=E5=9F=BA=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/processMainte/partDetails.vue | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/views/processManagement/components/processMainte/partDetails.vue b/src/views/processManagement/components/processMainte/partDetails.vue index a10feb7..bfad73a 100644 --- a/src/views/processManagement/components/processMainte/partDetails.vue +++ b/src/views/processManagement/components/processMainte/partDetails.vue @@ -6,15 +6,17 @@
-

工艺版本:202510191001

- - - +

工艺版本:{{ partVersion }}

+
+ 工艺版本: + + +
@@ -907,4 +909,9 @@ export default { :deep(.el-card__body) { width: 100%; } +:deep(.el-table .el-table__cell) { + height: 50px !important; + padding: 0 !important; + line-height: 50px !important; +}