buhuazhen
9 天以前 d2d931816da9f6de4da1f3a7f3f6e596128c6f14
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>