แก้ไขการยื่นคำร้องขอแก้ไขข้อมูลทะเบียนประวัติ
This commit is contained in:
parent
c85a6ec643
commit
f4d1df4638
1 changed files with 4 additions and 6 deletions
|
|
@ -221,7 +221,7 @@ onMounted(async () => {
|
|||
<div class="text-weight-bold text-dark col-12">
|
||||
{{
|
||||
dataRequest.topic == "ขอแก้ไขรูปภาพประจำตัว"
|
||||
? "รูปภาพที่อัปโหลด"
|
||||
? "รูปภาพประจำตัว"
|
||||
: "เอกสารหลักฐาน"
|
||||
}}
|
||||
</div>
|
||||
|
|
@ -230,14 +230,12 @@ 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>
|
||||
</q-btn>
|
||||
/>
|
||||
<div v-else>
|
||||
<span v-if="urlImg == ''"
|
||||
><div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue