feat: Implement instructor course management pages and service for listing, creating, viewing, and editing courses.
This commit is contained in:
parent
cad3f276f5
commit
1e06041769
5 changed files with 838 additions and 9 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue