ปรับสีปฏิทิน ตำแหน่งเงินเดือน
This commit is contained in:
parent
ac846a66f4
commit
47da6ec404
1 changed files with 6 additions and 1 deletions
|
|
@ -575,7 +575,12 @@ onMounted(() => {
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<q-icon name="event" class="cursor-pointer"> </q-icon>
|
<q-icon
|
||||||
|
name="event"
|
||||||
|
color="primary"
|
||||||
|
class="cursor-pointer"
|
||||||
|
>
|
||||||
|
</q-icon>
|
||||||
</template>
|
</template>
|
||||||
</q-input>
|
</q-input>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue