mirror of
https://github.com/Zippland/worth-calculator.git
synced 2026-02-14 08:16:17 +08:00
国企涨薪
This commit is contained in:
@@ -190,9 +190,9 @@ const SalaryCalculator = () => {
|
||||
if (formData.jobStability === 'foreign') {
|
||||
salaryGrowthFactor = 0.8; // 外企涨薪幅度为私企的80%
|
||||
} else if (formData.jobStability === 'state') {
|
||||
salaryGrowthFactor = 0.3; // 央/国企涨薪幅度为私企的30%(原先为50%)
|
||||
salaryGrowthFactor = 0.4; // 央/国企涨薪幅度为私企的30%(原先为50%)
|
||||
} else if (formData.jobStability === 'government') {
|
||||
salaryGrowthFactor = 0.15; // 体制内涨薪幅度为私企的15%(原先为30%)
|
||||
salaryGrowthFactor = 0.2; // 体制内涨薪幅度为私企的15%(原先为30%)
|
||||
}
|
||||
|
||||
// 根据公式: 1 + (对应幅度-1) * 工作单位系数,计算最终薪资倍数
|
||||
|
||||
Reference in New Issue
Block a user