แก้สีใน input ต่างๆ ตามที่แจ้ง

This commit is contained in:
AnandaTon 2023-12-15 12:57:26 +07:00
parent f06682bbf7
commit 2a6f164dd6
4 changed files with 7 additions and 7 deletions

View file

@ -338,7 +338,7 @@ function updateLeaveTotal() {
:rules="[val => !!val || `${'กรุณาเลือกวันที่เข้ารับราชการ'}`]" :rules="[val => !!val || `${'กรุณาเลือกวันที่เข้ารับราชการ'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-primary)"> </q-icon> <q-icon name="event" class="cursor-pointer" style="color: var(--black)"> </q-icon>
</template> </template>
</q-input> </q-input>
</template> </template>
@ -375,7 +375,7 @@ function updateLeaveTotal() {
:rules="[val => !!val || `${'กรุณาเลือกลาตั้งแต่วันที่'}`]" :rules="[val => !!val || `${'กรุณาเลือกลาตั้งแต่วันที่'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-primary)"> </q-icon> <q-icon name="event" class="cursor-pointer" style="color: var(--black)"> </q-icon>
</template> </template>
</q-input> </q-input>
</template> </template>

View file

@ -300,7 +300,7 @@ function updateLeaveTotal() {
:rules="[val => !!val || `${'กรุณาเลือกวันที่เข้ารับราชการ'}`]" :rules="[val => !!val || `${'กรุณาเลือกวันที่เข้ารับราชการ'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-primary)"> </q-icon> <q-icon name="event" class="cursor-pointer" style="color: var(--black)"> </q-icon>
</template> </template>
</q-input> </q-input>
</template> </template>

View file

@ -338,7 +338,7 @@ const formattedleaveSalary = computed(() => {
:rules="[val => !!val || `${'กรุณาเลือกวันที่เข้ารับราชการ'}`]" :rules="[val => !!val || `${'กรุณาเลือกวันที่เข้ารับราชการ'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-primary)"> </q-icon> <q-icon name="event" class="cursor-pointer" style="color: var(--black)"> </q-icon>
</template> </template>
</q-input> </q-input>
</template> </template>
@ -375,7 +375,7 @@ const formattedleaveSalary = computed(() => {
:rules="[val => !!val || `${'กรุณาเลือกลาถึงวันที่'}`]" :rules="[val => !!val || `${'กรุณาเลือกลาถึงวันที่'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-primary)"> </q-icon> <q-icon name="event" class="cursor-pointer" style="color: var(--black)"> </q-icon>
</template> </template>
</q-input> </q-input>
</template> </template>

View file

@ -451,7 +451,7 @@ function updateLeaveTotal() {
:rules="[val => !!val || `${'กรุณาเลือกตั้งแต่วันที่'}`]" :rules="[val => !!val || `${'กรุณาเลือกตั้งแต่วันที่'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-primary)"> </q-icon> <q-icon name="event" class="cursor-pointer" style="color: var(--black)"> </q-icon>
</template> </template>
</q-input> </q-input>
</template> </template>
@ -489,7 +489,7 @@ function updateLeaveTotal() {
:rules="[val => !!val || `${'กรุณาเลือกถึงวันที่'}`]" :rules="[val => !!val || `${'กรุณาเลือกถึงวันที่'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-primary)"> </q-icon> <q-icon name="event" class="cursor-pointer" style="color: var(--black)"> </q-icon>
</template> </template>
</q-input> </q-input>
</template> </template>