This commit is contained in:
parent
a2a1341fbf
commit
aac4ae9a08
1 changed files with 3 additions and 3 deletions
|
|
@ -629,12 +629,12 @@ onMounted(async () => {
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
borderless
|
borderless
|
||||||
outlined
|
outlined
|
||||||
style="width: 150px"
|
style="width: 160px"
|
||||||
@update:modelValue="selectedDate()"
|
@update:modelValue="selectedDate()"
|
||||||
clearable
|
clearable
|
||||||
>
|
>
|
||||||
<template v-slot:selected-item="scope">
|
<template v-slot:selected-item="scope">
|
||||||
<q-chip
|
<!-- <q-chip
|
||||||
dense
|
dense
|
||||||
:tabindex="scope.tabindex"
|
:tabindex="scope.tabindex"
|
||||||
:color="
|
:color="
|
||||||
|
|
@ -655,7 +655,7 @@ onMounted(async () => {
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{{ scope.opt }}
|
{{ scope.opt }}
|
||||||
</q-chip>
|
</q-chip> -->
|
||||||
</template>
|
</template>
|
||||||
</q-select>
|
</q-select>
|
||||||
<!-- แสดงคอลัมน์ใน table -->
|
<!-- แสดงคอลัมน์ใน table -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue