ทะเบียนประวัติ ==> loadFile

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-18 15:23:57 +07:00
parent ba32db6123
commit 1e1395f88a
8 changed files with 352 additions and 75 deletions

View file

@ -248,7 +248,7 @@ async function onDownloadFile(id: string, profileId: string) {
.get(
config.API.subFileByFileName(
"ทะเบียนประวัติ",
"ประกาศเกียรติคุณ",
"เอกสารความสามารถพิเศษ",
profileId,
id,
"เอกสารหลักฐาน"
@ -328,6 +328,7 @@ onMounted(async () => {
<span class="text-weight-medium">{{ col.label }}</span>
</q-th>
<q-th auto-width />
<q-th auto-width />
</q-tr>
</template>
@ -344,7 +345,6 @@ onMounted(async () => {
{{ col.value ? col.value : "-" }}
</div>
</q-td>
<q-td auto-width>
<q-btn
v-if="props.row.isUpload == true"
@ -357,6 +357,9 @@ onMounted(async () => {
>
<q-tooltip>ดาวนโหลด</q-tooltip>
</q-btn>
</q-td>
<q-td auto-width>
<q-btn
color="info"
flat