From cc3a2d8878d4ccb286b8d1db2ccaedeba8cfa65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Tue, 29 Oct 2024 14:27:09 +0800 Subject: [PATCH] =?UTF-8?q?mycomponents/package=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=208/8-10/25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/package/PackageAndItemCard.vue | 2 +- src/mycomponents/package/packageCard.vue | 2 +- src/mycomponents/package/packageList.vue | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/mycomponents/package/PackageAndItemCard.vue b/src/mycomponents/package/PackageAndItemCard.vue index 41271206..63bd3741 100644 --- a/src/mycomponents/package/PackageAndItemCard.vue +++ b/src/mycomponents/package/PackageAndItemCard.vue @@ -3,7 +3,7 @@ - + diff --git a/src/mycomponents/package/packageCard.vue b/src/mycomponents/package/packageCard.vue index 649ffcc5..5ff8a7f1 100644 --- a/src/mycomponents/package/packageCard.vue +++ b/src/mycomponents/package/packageCard.vue @@ -6,7 +6,7 @@ - + diff --git a/src/mycomponents/package/packageList.vue b/src/mycomponents/package/packageList.vue index 6bbc8601..89b70949 100644 --- a/src/mycomponents/package/packageList.vue +++ b/src/mycomponents/package/packageList.vue @@ -5,7 +5,10 @@ @@ -66,7 +69,10 @@ const props = defineProps({ type: Boolean, default: true }, - + isShowPackListStatus: { + type: Boolean, + default: true + }, locationTitle: { type: String, default: '库位'