From ef731b512cc3f9db6af0894444ecdb262f527ca6 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 14 七月 2023 08:30:08 +0800
Subject: [PATCH] 1.递交
---
src/views/qualityManager/qualityPlaning.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/qualityManager/qualityPlaning.vue b/src/views/qualityManager/qualityPlaning.vue
index c8865e1..a46b970 100644
--- a/src/views/qualityManager/qualityPlaning.vue
+++ b/src/views/qualityManager/qualityPlaning.vue
@@ -362,7 +362,7 @@
v-for="item in PartSelectArr"
v-if="dialogForm.suitobject==='P'"
:key="item.partcode"
- :label="item.partname"
+ :label="item.partname+'/'+item.partcode"
:value="item.partcode"
/>
<el-option
--
Gitblit v1.9.3