แก้ไขระบบประเมิน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-18 13:03:55 +07:00
parent bf22c55b23
commit 031c68f33a
3 changed files with 7 additions and 3 deletions

View file

@ -55,7 +55,7 @@ function addData(formData: any) {
class="q-mr-sm" class="q-mr-sm"
@click="$router.push(`/evaluate/meeting`)" @click="$router.push(`/evaluate/meeting`)"
/> />
เพรายการการประช เพการประช
</div> </div>
<Form :on-submit="onSubmit" /> <Form :on-submit="onSubmit" />

View file

@ -273,6 +273,7 @@ onMounted(() => {
<template #trigger> <template #trigger>
<q-input <q-input
for="selectDate" for="selectDate"
ref="dateMeetingStartRef"
dense dense
outlined outlined
lazy-rules lazy-rules
@ -283,6 +284,7 @@ onMounted(() => {
" "
hide-bottom-space hide-bottom-space
:label="`${'วันเวลาที่เริ่มต้นการประชุม'}`" :label="`${'วันเวลาที่เริ่มต้นการประชุม'}`"
:rules="[(val: string) => !!val || `${'กรุณาเลือกวันเวลาที่เริ่มต้นการประชุม'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer text-primary"> <q-icon name="event" class="cursor-pointer text-primary">
@ -309,6 +311,7 @@ onMounted(() => {
<template #trigger> <template #trigger>
<q-input <q-input
for="selectDate" for="selectDate"
ref="dateMeetingEndRef"
dense dense
outlined outlined
lazy-rules lazy-rules
@ -318,7 +321,8 @@ onMounted(() => {
: null : null
" "
hide-bottom-space hide-bottom-space
:label="`${'วันเวลาที่สิ้นสุด'}`" :label="`${'วันเวลาสิ้นสุดการประชุม'}`"
:rules="[(val: string) => !!val || `${'กรุณาเลือกวันเวลาสิ้นสุดการประชุม'}`]"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="event" class="cursor-pointer text-primary"> <q-icon name="event" class="cursor-pointer text-primary">

View file

@ -140,7 +140,7 @@ function filterFn() {
color="add" color="add"
icon="mdi-plus" icon="mdi-plus"
> >
<q-tooltip>เพรายชอกรรมการ</q-tooltip> <q-tooltip>เพการประช</q-tooltip>
</q-btn> </q-btn>
</div> </div>
<q-space /> <q-space />