From a0729c01b46ead0f3542f8bfe1cc3a1f08cb92e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Tue, 20 May 2025 08:51:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[SBBJ-1059]=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=A4=87=E4=BB=B6=E7=BB=84=E4=BB=B6=20=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/item/slectItemList.vue | 2 +- src/pages/sparePartsApplication/addForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/item/slectItemList.vue b/src/components/item/slectItemList.vue index d542507..94c77c5 100644 --- a/src/components/item/slectItemList.vue +++ b/src/components/item/slectItemList.vue @@ -68,7 +68,7 @@ const props = defineProps({ }, searchPlaceholder: { type: String, - default: () => { return '搜索' }, + default: () => { return '请输入备件名称' }, require: true }, singleColumnList: { diff --git a/src/pages/sparePartsApplication/addForm.vue b/src/pages/sparePartsApplication/addForm.vue index f5feea8..db37aac 100644 --- a/src/pages/sparePartsApplication/addForm.vue +++ b/src/pages/sparePartsApplication/addForm.vue @@ -136,7 +136,7 @@ - +