ทะเบียนประวัติ: คลิกเปลี่ยนโปรไฟล์

This commit is contained in:
oat_dev 2024-03-13 13:13:49 +07:00
parent 20ad3b34e7
commit c04ebf4d55

View file

@ -39,6 +39,12 @@ const itemsMenu = ref<DataOption[]>([
name: "อื่นๆ",
},
]);
const input = document.createElement("input");
input.type = "file";
function selectFile() {
input.click();
}
function fetchDataPersonal() {
const data = {
@ -148,7 +154,9 @@ onMounted(() => {
text-color="primary"
icon="mdi-pencil-outline"
style="position: absolute; bottom: 0; right: 0"
/>
@click="selectFile"
>
</q-btn>
</div>
<div class="col row items-center bg-teal-1">