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