buhuazhen
2026-03-13 4319b95ffb89ba04b11a1f364797e236382fccd2
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>