| src/views/productionManagement/productStatistics/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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>