This commit is contained in:
parent
aac4ae9a08
commit
ac432e0b89
1 changed files with 3 additions and 2 deletions
|
|
@ -634,7 +634,8 @@ onMounted(async () => {
|
||||||
clearable
|
clearable
|
||||||
>
|
>
|
||||||
<template v-slot:selected-item="scope">
|
<template v-slot:selected-item="scope">
|
||||||
<!-- <q-chip
|
<q-chip
|
||||||
|
v-if="searchStatus"
|
||||||
dense
|
dense
|
||||||
:tabindex="scope.tabindex"
|
:tabindex="scope.tabindex"
|
||||||
:color="
|
:color="
|
||||||
|
|
@ -655,7 +656,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