feat(professors): add nationalId required field to professor form and table
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
</template>
|
||||
</Column>
|
||||
|
||||
<Column field="nationalIdCode" header="کد ملی">
|
||||
<template #body="{ data }">
|
||||
{{ toPersianDigits(data.nationalIdCode || data.nationalId) || '-' }}
|
||||
</template>
|
||||
</Column>
|
||||
|
||||
<Column field="specialization" header="تخصص">
|
||||
<template #body="{ data }">
|
||||
<Tag :value="data.specialization || 'عمومی'" severity="secondary" />
|
||||
|
||||
Reference in New Issue
Block a user