Merge branch 'develop' into nice_dev

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-13 15:07:33 +07:00
commit 5014de2da8
2 changed files with 685 additions and 634 deletions

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">