แก้ไขระบบประเมิน
This commit is contained in:
parent
bf22c55b23
commit
031c68f33a
3 changed files with 7 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ function addData(formData: any) {
|
|||
class="q-mr-sm"
|
||||
@click="$router.push(`/evaluate/meeting`)"
|
||||
/>
|
||||
เพิ่มรายการการประชุม
|
||||
เพิ่มการประชุม
|
||||
</div>
|
||||
|
||||
<Form :on-submit="onSubmit" />
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ function filterFn() {
|
|||
color="add"
|
||||
icon="mdi-plus"
|
||||
>
|
||||
<q-tooltip>เพิ่มรายชื่อกรรมการ</q-tooltip>
|
||||
<q-tooltip>เพิ่มการประชุม</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
<q-space />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue