เพิ่ม currency input
This commit is contained in:
parent
e300009dc3
commit
cd1a733ef6
4 changed files with 235 additions and 246 deletions
|
|
@ -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;
|
||||
|
|
@ -229,7 +229,7 @@ const defaultOccupation = ref<Occupation>({
|
|||
org: null,
|
||||
pile: null,
|
||||
group: null,
|
||||
salary: null,
|
||||
salary: undefined,
|
||||
position: null,
|
||||
positionType: null,
|
||||
tel: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue