diff --git a/src/components/CurruncyInput.vue b/src/components/CurruncyInput.vue
new file mode 100644
index 0000000..d0dbed8
--- /dev/null
+++ b/src/components/CurruncyInput.vue
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/modules/01_exam/components/Form/Occupation.vue b/src/modules/01_exam/components/Form/Occupation.vue
index 20ceaf3..43287da 100644
--- a/src/modules/01_exam/components/Form/Occupation.vue
+++ b/src/modules/01_exam/components/Form/Occupation.vue
@@ -1,146 +1,147 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/modules/01_exam/interface/index/Main.ts b/src/modules/01_exam/interface/index/Main.ts
index 54ce065..528217e 100644
--- a/src/modules/01_exam/interface/index/Main.ts
+++ b/src/modules/01_exam/interface/index/Main.ts
@@ -65,7 +65,7 @@ interface Occupation {
org: string | null
pile: string | null
group: string | null
- salary: string | null
+ salary: number | undefined
position: string | null
positionType: string | null
tel: string | null
@@ -199,7 +199,7 @@ const defaultOccupation = ref({
org: null,
pile: null,
group: null,
- salary: null,
+ salary: undefined,
position: null,
positionType: 'other',
tel: null