update: แสดงชื่อเจ้าของผลงาน list ตอนค้นหา
This commit is contained in:
parent
f17047aab7
commit
84a8fea5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue