update: แสดงชื่อเจ้าของผลงาน list ตอนค้นหา

This commit is contained in:
puri-ph4tt 2024-01-11 10:07:25 +07:00
parent f17047aab7
commit 84a8fea5ab

View file

@ -287,7 +287,7 @@ onMounted(() => {
</template>
<template v-slot:body-cell-author="author">
<q-td style="width: 50%" @click="() => getFileInfo(author.row)">
{{ author.row.metadata.author ?? '-' }}
{{ author.row.metadata.author ?? author.row.author }}
</q-td>
</template>