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

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"
@click="$router.push(`/evaluate/meeting`)"
/>
เพรายการการประช
เพการประช
</div>
<Form :on-submit="onSubmit" />

View file

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

View file

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