src/views/procurementManagement/procurementReport/index.vue
@@ -103,12 +103,10 @@ { label: '产品大类', prop: 'productCategory', width: 150, }, { label: '规格型号', prop: 'specificationModel', width: 180 }, { label: '采购数量', @@ -121,7 +119,6 @@ { label: '采购金额', prop: 'purchaseAmount', width: 140, formatData: (val) => { return val ? `¥${parseFloat(val).toLocaleString('zh-CN', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}` : '¥0.00' } @@ -142,7 +139,6 @@ { label: '供应商名称', prop: 'supplierName', width: 200 }, { label: '录入日期',