소스 검색

需求数量

wsx 10 달 전
부모
커밋
3264fc4b5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/purchasingManage/purchaseOrder/components/inventoryTable.vue

+ 1 - 1
src/views/purchasingManage/purchaseOrder/components/inventoryTable.vue

@@ -30,7 +30,7 @@
 
       <template v-slot:requirementTotalCount="{ row, $index }">
         <el-button type="text" @click="handleGetBillDetail(row, 1)">{{
-          row.requirementTotalCount
+          row.purchaseCount
         }}</el-button>
       </template>
       <template v-slot:planTotalCount="{ row, $index }">