อัตรากำลังลูกจ้างประจำ ฯ => fix bug
This commit is contained in:
parent
df481043b1
commit
722794a27e
5 changed files with 49 additions and 29 deletions
|
|
@ -841,7 +841,10 @@ async function emitSearch(keyword: string, typeSelect: string) {
|
|||
icon="mdi-dots-horizontal-circle-outline"
|
||||
round
|
||||
>
|
||||
<q-menu anchor="bottom middle" self="top middle">
|
||||
<q-menu
|
||||
transition-show="jump-down"
|
||||
transition-hide="jump-up"
|
||||
>
|
||||
<q-list
|
||||
dense
|
||||
v-for="(item, index) in listMenu"
|
||||
|
|
@ -858,7 +861,10 @@ async function emitSearch(keyword: string, typeSelect: string) {
|
|||
: deletePos(props.row.id)
|
||||
"
|
||||
>
|
||||
<q-item-section avatar>
|
||||
<q-item-section
|
||||
avatar
|
||||
style="min-width: 0px"
|
||||
>
|
||||
<q-icon
|
||||
:color="item.color"
|
||||
:name="item.icon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue