Commit 706ba8c8d2602dfbc4d35054c7cac3915de89f51

Authored by
2 parents 528b0b86 45055645

Merge branch 'zwl-develop' into 'develop'

fix: bug修复



See merge request !17
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,
... ...