src/views/productionManagement/productStatistics/index.vue
@@ -30,7 +30,7 @@ {{ row.inputQuantity === 0 ? '-' : row.inputQuantity }} </template> <template #outputQuantitySlot="{ row }"> {{ row.outputQuantity === 0 ? '-' : row.inputQuantity }} {{ row.outputQuantity === 0 ? '-' : row.outputQuantity }} </template> </PIMTable> </div>