feat(professors): add nationalId required field to professor form and table

This commit is contained in:
2026-08-15 19:07:09 +03:30
parent 73670703bb
commit dc867883f2
2 changed files with 38 additions and 6 deletions
@@ -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" />