Commit 706ba8c8d2602dfbc4d35054c7cac3915de89f51
Merge branch 'zwl-develop' into 'develop'
fix: bug修复 See merge request !17
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/project/config/costEdit.vue
@@ -83,7 +83,7 @@ | @@ -83,7 +83,7 @@ | ||
83 | { relationCode: 'fixCost', relationName: '固定成本', relationValue: fixCost.value }, | 83 | { relationCode: 'fixCost', relationName: '固定成本', relationValue: fixCost.value }, |
84 | { relationCode: 'ratio', relationName: '提成比例', relationValue: formatPercentage(ratio.value) }, | 84 | { relationCode: 'ratio', relationName: '提成比例', relationValue: formatPercentage(ratio.value) }, |
85 | { relationCode: 'spainRatio', relationName: '西班牙提成比例', relationValue: formatPercentage(spainRatio.value) }, | 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 | await saveConfig({ | 88 | await saveConfig({ |
89 | id: listAll.value.id, | 89 | id: listAll.value.id, |