การส่งตัวกลับ ปุ่มแก้ไข

This commit is contained in:
Thanit Konmek 2023-08-29 11:16:01 +07:00
parent ea1f7b5592
commit b20015450a

View file

@ -67,7 +67,7 @@
</div>
<q-space />
<div class="q-gutter-sm" v-if="!edit">
<!-- <q-btn
<q-btn
outline
color="primary"
dense
@ -77,7 +77,7 @@
style="width: 80px"
@click="edit = !edit"
v-if="!(status == 'REPORT' || status == 'DONE')"
/> -->
/>
</div>
<div class="q-gutter-sm" v-else>
<q-btn
@ -200,7 +200,9 @@
:readonly="!edit"
:borderless="!edit"
v-model="organization"
:rules="[(val) => !!val || `${'กรุณากรอกหน่วยงานที่ให้ช่วยราชการ'}`]"
:rules="[
(val) => !!val || `${'กรุณากรอกหน่วยงานที่ให้ช่วยราชการ'}`,
]"
hide-bottom-space
:label="`${'หน่วยงานที่ให้ช่วยราชการ'}`"
/>