lilei 1 개월 전
부모
커밋
bb20e61882
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/salesManagement/salesQueryNew/comps/productActiveList.vue

+ 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',