소스 검색

Merge branch 'test' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-eom into test

yusheng 10 달 전
부모
커밋
a23287236f
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 }">