ปรับรูปแบบฟอร์ม ปุ่ม ในระบบบริการเจ้าของข้อมูล

This commit is contained in:
STW_TTTY\stwtt 2024-06-11 16:02:21 +07:00
parent 3800ce5547
commit f08e636d82
16 changed files with 171 additions and 158 deletions

View file

@ -2760,6 +2760,7 @@ onMounted(async () => {
class="col-xs-12 col-sm-8"
:readonly="editStatus != true"
dense
hide-bottom-space
borderless
:outlined="editStatus == true"
v-model="chairman"
@ -2787,6 +2788,7 @@ onMounted(async () => {
class="col-xs-12 col-sm-8"
:readonly="!editStatus"
dense
hide-bottom-space
borderless
:outlined="editStatus"
v-model="chairman"

View file

@ -569,6 +569,7 @@ onMounted(() => {
dense
:disable="!status"
class="full-width datepicker"
hide-bottom-space
:model-value="
evaluate_date != null ? date2Thai(evaluate_date) : null
"

View file

@ -123,6 +123,7 @@ onMounted(() => {
dense
borderless
outlined
hide-bottom-space
v-model="answer1"
type="textarea"
:rules="[(val: string) => !!val || `${'กรุณากรอกความคิดเห็น'}`]"
@ -142,6 +143,7 @@ onMounted(() => {
borderless
outlined
v-model="answer2"
hide-bottom-space
type="textarea"
:rules="[(val: string) => !!val || `${'กรุณากรอกความคิดเห็น'}`]"
/>

View file

@ -1711,6 +1711,7 @@ onMounted(async () => {
</template>
<template #trigger>
<q-input
hide-bottom-space
outlined
dense
class="full-width datepicker col-3"