ทะเบียนประวัติ: คลิกเปลี่ยนโปรไฟล์
This commit is contained in:
parent
20ad3b34e7
commit
c04ebf4d55
1 changed files with 9 additions and 1 deletions
|
|
@ -39,6 +39,12 @@ const itemsMenu = ref<DataOption[]>([
|
||||||
name: "อื่นๆ",
|
name: "อื่นๆ",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
const input = document.createElement("input");
|
||||||
|
input.type = "file";
|
||||||
|
|
||||||
|
function selectFile() {
|
||||||
|
input.click();
|
||||||
|
}
|
||||||
|
|
||||||
function fetchDataPersonal() {
|
function fetchDataPersonal() {
|
||||||
const data = {
|
const data = {
|
||||||
|
|
@ -148,7 +154,9 @@ onMounted(() => {
|
||||||
text-color="primary"
|
text-color="primary"
|
||||||
icon="mdi-pencil-outline"
|
icon="mdi-pencil-outline"
|
||||||
style="position: absolute; bottom: 0; right: 0"
|
style="position: absolute; bottom: 0; right: 0"
|
||||||
/>
|
@click="selectFile"
|
||||||
|
>
|
||||||
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col row items-center bg-teal-1">
|
<div class="col row items-center bg-teal-1">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue