From 2913c5d42eb5c541f9284213d4a6d1ddb986f48e Mon Sep 17 00:00:00 2001
From: ysn <2126564605@qq.com>
Date: Wed, 15 Apr 2026 15:59:27 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=95=B0=E6=8D=AE-=E9=95=80?=
=?UTF-8?q?=E7=A7=8D=E7=BB=B4=E6=8A=A4--=E9=95=80=E7=A7=8D=E5=88=86?=
=?UTF-8?q?=E7=B1=BB=E6=94=AF=E6=8C=81=E8=BF=9C=E7=A8=8B=E6=90=9C=E7=B4=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../processManagement/platingTypeInfo.vue | 278 +++++++++---------
1 file changed, 145 insertions(+), 133 deletions(-)
diff --git a/src/views/processManagement/platingTypeInfo.vue b/src/views/processManagement/platingTypeInfo.vue
index 3c65029..627a139 100644
--- a/src/views/processManagement/platingTypeInfo.vue
+++ b/src/views/processManagement/platingTypeInfo.vue
@@ -28,12 +28,12 @@
- {{ scope.row.bsBasicClass ? scope.row.bsBasicClass.name : "-" }}
+ {{ scope.row.bsBasicClass ? scope.row.bsBasicClass.name : '-' }}
- {{ scope.row.subclass ? scope.row.subclass.bpsName : "-" }}
+ {{ scope.row.subclass ? scope.row.subclass.bpsName : '-' }}
@@ -47,38 +47,47 @@
-
+ @closeDialog="closeDialog"
+ >