feat: Implement instructor course management pages and service for listing, creating, viewing, and editing courses.

This commit is contained in:
Missez 2026-01-21 09:52:10 +07:00
parent cad3f276f5
commit 1e06041769
5 changed files with 838 additions and 9 deletions

View file

@ -109,9 +109,9 @@
<div class="mb-6">
<q-input
v-model="form.thumbnail_url"
label="URL รูปภาพปก"
label="URL รูปภาพปก *"
outlined
hint="ใส่ URL รูปภาพ (optional)"
:rules="[val => !!val || 'กรุณากรอก URL รูปภาพปก']"
>
<template v-slot:prepend>
<q-icon name="image" />