Просмотр исходного кода

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

yusheng 10 месяцев назад
Родитель
Сommit
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 }">
       <template v-slot:requirementTotalCount="{ row, $index }">
         <el-button type="text" @click="handleGetBillDetail(row, 1)">{{
         <el-button type="text" @click="handleGetBillDetail(row, 1)">{{
-          row.requirementTotalCount
+          row.purchaseCount
         }}</el-button>
         }}</el-button>
       </template>
       </template>
       <template v-slot:planTotalCount="{ row, $index }">
       <template v-slot:planTotalCount="{ row, $index }">