| | |
| | | prop: 'productCategory', |
| | | }, |
| | | { |
| | | label: '规格型号', |
| | | label: '尺寸', |
| | | prop: 'specificationModel', |
| | | }, |
| | | { |
| | |
| | | businessSummaryStats.value.returnAmount = businessSummaryData.value.reduce((sum, item) => { |
| | | return sum + (parseFloat(item.returnAmount) || 0) |
| | | }, 0) |
| | | businessSummaryStats.value.productTypes = businessSummaryData.value.length |
| | | } else { |
| | | businessSummaryStats.value = { |
| | | totalAmount: 0, |
| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | .app-container { |
| | | padding: 20px; |
| | | background-color: #f5f7fa; |
| | | min-height: 100vh; |
| | | } |
| | | |
| | | .page-header { |
| | | text-align: center; |
| | | margin-bottom: 20px; |