lilei 1 week ago
parent
commit
bb20e61882

+ 1 - 1
src/views/salesManagement/salesQueryNew/comps/productActiveList.vue

@@ -401,7 +401,7 @@ export default {
                 </a-popover> : '--'
             )
           } },
-        { title: '起订量', field: 'promoUnit', key: '5', width: 60, align: 'center', operationColumn: false, renderBodyCell: ({ row, column, rowIndex }, h) => { return (row.borrowFlag != '1' ? row[column.field] : '--') } },
+        { title: '起订量', field: 'promoUnit', key: '5', width: 60, align: 'center', operationColumn: false, renderBodyCell: ({ row, column, rowIndex }, h) => { return (row.borrowFlag != '1' ? (row[column.field] || '--') : '--') } },
         {
           title: '销售数量',
           field: 'salesNums',