Merge branch 'oat_dev' into develop
This commit is contained in:
commit
78013f2318
1 changed files with 9 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue