// 工资发放状态选项 export const wageStatusOptions = [ { label: '未发放', value: '0' }, { label: '已发放', value: '1' }, ]