แก้ไขการยื่นคำร้องขอแก้ไขข้อมูลทะเบียนประวัติ
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">
|
<div class="text-weight-bold text-dark col-12">
|
||||||
{{
|
{{
|
||||||
dataRequest.topic == "ขอแก้ไขรูปภาพประจำตัว"
|
dataRequest.topic == "ขอแก้ไขรูปภาพประจำตัว"
|
||||||
? "รูปภาพที่อัปโหลด"
|
? "รูปภาพประจำตัว"
|
||||||
: "เอกสารหลักฐาน"
|
: "เอกสารหลักฐาน"
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -230,14 +230,12 @@ onMounted(async () => {
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="dataRequest.topic !== 'ขอแก้ไขรูปภาพประจำตัว'"
|
v-if="dataRequest.topic !== 'ขอแก้ไขรูปภาพประจำตัว'"
|
||||||
icon="mdi-download"
|
icon="mdi-download"
|
||||||
round
|
|
||||||
dense
|
dense
|
||||||
flat
|
flat
|
||||||
color="primary"
|
label="ดาวน์โหลดเอกสารหลักฐาน"
|
||||||
|
color="blue"
|
||||||
@click.stop.pervent="onDownloadFile(requestId)"
|
@click.stop.pervent="onDownloadFile(requestId)"
|
||||||
>
|
/>
|
||||||
<q-tooltip>หลักฐานอ้างอิง</q-tooltip>
|
|
||||||
</q-btn>
|
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<span v-if="urlImg == ''"
|
<span v-if="urlImg == ''"
|
||||||
><div
|
><div
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue