Commit 450556453d3faec3cabafb41da765019802f4f5a
1 parent
2d13a7d7
fix: bug修复
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/project/config/costEdit.vue
... | ... | @@ -83,7 +83,7 @@ |
83 | 83 | { relationCode: 'fixCost', relationName: '固定成本', relationValue: fixCost.value }, |
84 | 84 | { relationCode: 'ratio', relationName: '提成比例', relationValue: formatPercentage(ratio.value) }, |
85 | 85 | { relationCode: 'spainRatio', relationName: '西班牙提成比例', relationValue: formatPercentage(spainRatio.value) }, |
86 | - { relationCode: 'commission', relationName: '提成', relationValue: copyCommission.value }, | |
86 | + { relationCode: 'copyCommission', relationName: '提成', relationValue: copyCommission.value }, | |
87 | 87 | ]; |
88 | 88 | await saveConfig({ |
89 | 89 | id: listAll.value.id, | ... | ... |