แก้ไข สีใน input form
This commit is contained in:
parent
1c5a865d93
commit
2e26bf44eb
1 changed files with 1 additions and 2 deletions
|
|
@ -63,10 +63,9 @@ onMounted(async () => {
|
||||||
:model-value="dataStore.dateSendLeave != null ? date2Thai(dataStore.dateSendLeave) : null"
|
:model-value="dataStore.dateSendLeave != null ? date2Thai(dataStore.dateSendLeave) : null"
|
||||||
:label="`${'วันที่ยื่นใบลา'}`"
|
:label="`${'วันที่ยื่นใบลา'}`"
|
||||||
:rules="[val => !!val || `${'กรุณาเลือกวันที่ยื่นใบลา'}`]"
|
:rules="[val => !!val || `${'กรุณาเลือกวันที่ยื่นใบลา'}`]"
|
||||||
style="color: black"
|
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<q-icon name="event" class="cursor-pointer" style="color: var(--black)"> </q-icon>
|
<q-icon name="event" class="cursor-pointer inputblack" style="color: var(--black)"> </q-icon>
|
||||||
</template>
|
</template>
|
||||||
</q-input>
|
</q-input>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue