From 263af9fa3a0f2f05d6b99349bddb5a433fc43bea Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Thu, 23 Oct 2025 13:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PigBatchList.vue | 20 ++-- src/components/PigBatchPenCard.vue | 123 +++++++++++++++++++++++ src/components/PigPenInfoCard.vue | 33 ++++-- src/views/pms/PigBatchManagementView.vue | 13 +-- 4 files changed, 160 insertions(+), 29 deletions(-) create mode 100644 src/components/PigBatchPenCard.vue diff --git a/src/components/PigBatchList.vue b/src/components/PigBatchList.vue index d68574a8..9848a336 100644 --- a/src/components/PigBatchList.vue +++ b/src/components/PigBatchList.vue @@ -15,12 +15,12 @@
-
@@ -50,13 +50,13 @@ + + diff --git a/src/components/PigPenInfoCard.vue b/src/components/PigPenInfoCard.vue index c768f5ca..6e33b40b 100644 --- a/src/components/PigPenInfoCard.vue +++ b/src/components/PigPenInfoCard.vue @@ -1,12 +1,13 @@