แก้ไขระบบประเมิน
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"
|
class="q-mr-sm"
|
||||||
@click="$router.push(`/evaluate/meeting`)"
|
@click="$router.push(`/evaluate/meeting`)"
|
||||||
/>
|
/>
|
||||||
เพิ่มรายการการประชุม
|
เพิ่มการประชุม
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Form :on-submit="onSubmit" />
|
<Form :on-submit="onSubmit" />
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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 />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue