edit condition show props.row.ExamType == 1

This commit is contained in:
watcharanondh 2023-06-08 17:39:46 +07:00
parent 04c0f68134
commit 73bcd275b0
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
{{ props.row.NumberofCandidates }}
</q-td>
<q-td key="ExamType" :props="props">
{{ props.row.ExamType == 1 ? 'สอบแข่งขัน' : 'คัดเลือก' }}
{{ props.row.ExamType == 1 ? 'คัดเลือก' : 'สอบแข่งขัน' }}
</q-td>
<q-td key="AccountExpirationDate" :props="props">
{{ textDate(props.row.AccountExpirationDate) }}

View file

@ -438,7 +438,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
{{ props.row.NumberofCandidates }}
</q-td>
<q-td key="ExamType" :props="props">
{{ props.row.ExamType == 1 ? 'สอบแข่งขัน' : 'คัดเลือก' }}
{{ props.row.ExamType == 1 ? 'คัดเลือก' : 'สอบแข่งขัน' }}
</q-td>
<q-td key="AccountExpirationDate" :props="props">
{{ textDate(props.row.AccountExpirationDate) }}