feat: Implement instructor module with course management pages and API services.

This commit is contained in:
Missez 2026-01-29 09:47:43 +07:00
parent 07ab43a785
commit a24f8c4982
6 changed files with 135 additions and 27 deletions

View file

@ -45,7 +45,7 @@
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<div class="text-sm text-gray-600 mb-1">-นามสก</div>
<div class="text-lg font-semibold text-gray-900">{{ profile.fullName }}</div>
<div class="text-lg text-gray-900">{{ profile.fullName }}</div>
</div>
<div>
@ -65,9 +65,7 @@
<div>
<div class="text-sm text-gray-600 mb-1">ตำแหน</div>
<div class="text-lg text-gray-900">
<q-badge color="primary">{{ profile.roleName || getRoleLabel(profile.role) }}</q-badge>
</div>
<div class="text-lg text-gray-900">{{ profile.roleName || getRoleLabel(profile.role) }}</div>
</div>
<div>