fix bug & แก้คำผิด

This commit is contained in:
Warunee Tamkoo 2024-03-28 16:29:44 +07:00
parent 2590fb1142
commit ad09bd908a
15 changed files with 45 additions and 47 deletions

View file

@ -452,7 +452,7 @@ const openModalCalendar = (rows: any) => {
</q-td>
<q-td auto-width>
<q-btn
v-if="props.row.appointDate == null"
v-if="!props.row.appointDate"
icon="mdi-calendar"
size="12px"
color="blue-7"
@ -481,7 +481,7 @@ const openModalCalendar = (rows: any) => {
:close="closeModal"
/>
<q-separator />
<q-card-section class="q-p-sm q-gutter-md bg-grey-1">
<q-card-section class="q-p-sm q-gutter-md">
<div class="col-xs-12 col-sm-12 col-md-12">
<datepicker
menu-class-name="modalfix"