Browse Source

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

yusheng 10 months ago
parent
commit
a23287236f

+ 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 }">