@@ -418,7 +418,7 @@
label: '销售总金额',
slot: 'totalPrice',
formatter: (_row, _column, cellValue) => {
- return _row.totalPrice + '元';
+ return _row.totalPrice? _row.totalPrice+ '元' : '';
},
align: 'center'