feat: Implement initial frontend for admin and instructor roles, including dashboards, course management, authentication, and core services.

This commit is contained in:
Missez 2026-02-06 14:58:41 +07:00
parent 832a8f5067
commit 127b63de49
16 changed files with 1505 additions and 102 deletions

View file

@ -4,13 +4,13 @@
<div class="flex justify-between items-center mb-6">
<h1 class="text-2xl font-bold text-primary-600">ดการผใชงาน</h1>
<div class="flex gap-3">
<q-btn
<!-- <q-btn
outline
color="red"
label="ส่งออก Excel"
icon="download"
@click="exportExcel"
/>
/> -->
<!-- <q-btn
color="primary"
label="+ เพิ่มผู้ใช้ใหม่"
@ -76,6 +76,7 @@
:loading="loading"
flat
:pagination="pagination"
:rows-per-page-options="[5, 10, 20, 50, 0]"
@update:pagination="pagination = $event"
>
<!-- User Info -->