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 @@