From 3e861087e68d7eb31bf1482e1ced3961c4cd5ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 19 May 2025 11:35:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[SBBJ-1047]=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=A4=87=E4=BB=B6=E6=8F=90=E7=A4=BA=E5=A1=AB=E5=86=99=E5=A4=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/item/slectItemList.vue | 7 ++++++- src/pages/sparePartsApplication/addForm.vue | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/item/slectItemList.vue b/src/components/item/slectItemList.vue index 916c770..d542507 100644 --- a/src/components/item/slectItemList.vue +++ b/src/components/item/slectItemList.vue @@ -3,7 +3,7 @@ 选择备件 - + @@ -66,6 +66,11 @@ const props = defineProps({ default: () => { return false }, require: true }, + searchPlaceholder: { + type: String, + default: () => { return '搜索' }, + require: true + }, singleColumnList: { type: Array, default: () => { return [] }, diff --git a/src/pages/sparePartsApplication/addForm.vue b/src/pages/sparePartsApplication/addForm.vue index db37aac..f5feea8 100644 --- a/src/pages/sparePartsApplication/addForm.vue +++ b/src/pages/sparePartsApplication/addForm.vue @@ -136,7 +136,7 @@ - +