change some files
This commit is contained in:
20
ui/forms/jobInfo/constant/index.ts
Normal file
20
ui/forms/jobInfo/constant/index.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import type { JobInfoFormData } from "../types";
|
||||
|
||||
export const INITIAL_JOB_INFO_VALUES: JobInfoFormData = {
|
||||
readyToWorkDate: "",
|
||||
isCurrentEmployee: false,
|
||||
hasPastCooperation: false,
|
||||
isCurrentlyEmployed: false,
|
||||
dualJobInterest: false,
|
||||
retirementStatus: "None",
|
||||
isMilitary: false,
|
||||
hasInsurance: false,
|
||||
insuranceType: "",
|
||||
totalInsuranceYears: "0",
|
||||
};
|
||||
|
||||
export const retirementOptions = [
|
||||
{ value: "None", label: "هیچکدام" },
|
||||
{ value: "Retired", label: "بازنشسته" },
|
||||
{ value: "Redeemed", label: "بازخرید" },
|
||||
];
|
||||
Reference in New Issue
Block a user