edit condition show props.row.ExamType == 1
This commit is contained in:
parent
04c0f68134
commit
73bcd275b0
2 changed files with 2 additions and 2 deletions
|
|
@ -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) }}
|
||||
|
|
|
|||
|
|
@ -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) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue