gongchunyi
21 小时以前 817f36a7678210c1137c8bd59ac1eb2da087acf1
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>