แก้ฟอร์มขอแก้ไขทะเบียนประวัติ

This commit is contained in:
Warunee Tamkoo 2024-10-21 21:27:44 +07:00
parent 85a0a6a209
commit 4b164fbec5

View file

@ -294,7 +294,7 @@ onMounted(async () => {
:class="classInput(true)"
readonly
v-model="dataRequest.topic"
label="เรื่อง"
label="เรื่องที่ต้องการแก้ไข"
dense
outlined
/>
@ -315,7 +315,7 @@ onMounted(async () => {
<div class="text-weight-bold text-dark col-12">
{{
dataRequest.topic == "ขอแก้ไขรูปภาพประจำตัว"
? "รูปภาพที่อัปโหลด"
? "รูปภาพประจำตัว"
: "เอกสารหลักฐาน"
}}
</div>
@ -324,10 +324,10 @@ onMounted(async () => {
<q-btn
v-if="dataRequest.topic !== 'ขอแก้ไขรูปภาพประจำตัว'"
icon="mdi-download"
round
dense
flat
color="primary"
label="ดาวน์โหลดเอกสารหลักฐาน"
color="blue"
@click.stop.pervent="onDownloadFile(requestId)"
>
<q-tooltip>หลกฐานอางอ</q-tooltip>