瀏覽代碼

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