ปรับการแสดงผลระบบทดลองงาน

This commit is contained in:
Warunee Tamkoo 2023-09-08 13:20:57 +07:00
parent 8e0dce57d9
commit c0fd7574ca
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ const name = ref<string>("");
const position_line = ref<string>("");
const position_level = ref<string>("");
const organization = ref<string>("");
const probation_status = ref<number>();
const probation_status = ref<any>();
const probation_statusold = ref<string>("");
const avatarprofile = ref<string>("");