From 03eed8202b5fdd2c1732b0d9be0a79ba66b8c1bc Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Thu, 23 Oct 2025 15:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=A7=BB=E9=99=A4=E7=8C=AA?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PigBatchList.vue | 64 ++++++++++++++------------------- 1 file changed, 27 insertions(+), 37 deletions(-) diff --git a/src/components/PigBatchList.vue b/src/components/PigBatchList.vue index fd478e99..a6bcea7f 100644 --- a/src/components/PigBatchList.vue +++ b/src/components/PigBatchList.vue @@ -7,7 +7,9 @@ 批次编号: {{ batch.batch_number }} 状态: {{ batch.status }} 初始数量: {{ batch.initial_count }} - 当前总数: {{ batch.currentTotalQuantity }} + 当前总数: {{ + batch.currentTotalQuantity + }} 批次来源: {{ batch.origin_type }}
@@ -27,7 +29,9 @@
- 增加猪栏 + + 增加猪栏 + 编辑 删除
@@ -35,12 +39,12 @@
@@ -53,10 +57,10 @@ + v-for="pen in availablePens" + :key="pen.id" + :label="pen.label" + :value="pen.id"> @@ -81,8 +85,8 @@