Commit 6cf7bc97cf885408aa328377445d2c026aa7edc9
1 parent
0dc8e021
fix: 利润分析弹窗值错误
Showing
2 changed files
with
3 additions
and
4 deletions
src/views/project/order/ProfitAnalysis.vue
... | ... | @@ -85,12 +85,12 @@ |
85 | 85 | render: (val) => '$ ' + (val || 0).toFixed(2), |
86 | 86 | }, |
87 | 87 | { |
88 | - field: 'packetTotalPrice', | |
88 | + field: 'productionDepartmentTotalPrice', | |
89 | 89 | label: '供应商总价', |
90 | 90 | render: (val) => '¥ ' + (val || 0).toFixed(2), |
91 | 91 | }, |
92 | 92 | { |
93 | - field: 'productionDepartmentTotalPrice', | |
93 | + field: 'packetTotalPrice', | |
94 | 94 | label: '包装费用', |
95 | 95 | show: isTracker, |
96 | 96 | render: (val) => '$' + (val || 0).toFixed(2), | ... | ... |
tsconfig.json