From c176fadafe01b8ec8f97431aff9057297617e259 Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Thu, 23 Oct 2025 14:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=AA=E7=BE=A4=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PigBatchList.vue | 39 ++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/src/components/PigBatchList.vue b/src/components/PigBatchList.vue index 9848a336..6e39e43e 100644 --- a/src/components/PigBatchList.vue +++ b/src/components/PigBatchList.vue @@ -3,9 +3,25 @@
- 批次编号: {{ batch.batch_number }} - 状态: {{ batch.status }} - 初始数量: {{ batch.initial_count }} +
+ 批次编号: {{ batch.batch_number }} + 状态: {{ batch.status }} + 初始数量: {{ batch.initial_count }} + 当前总数: {{ batch.currentTotalQuantity }} + 批次来源: {{ batch.origin_type }} +
+
+ 批次开始日期: {{ formatRFC3339(batch.start_date) }} + + 批次结束日期: + + + +
增加猪栏 @@ -51,7 +67,8 @@